-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Effects for liquidity pools endpoint #35
Conversation
963579c
to
67f0fe4
Compare
comment test tests fixes
bc7e1cd
to
501add6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I vraag m.b.t. documentatie. Verder ziet het er goed uit!
use crate::BuildQueryParametersExt; | ||
|
||
#[derive(Default)] | ||
pub struct EffectsForLiquidityPoolRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik mis hier nog documentatie rondom de EffectsForLiquidityPoolRequest
zelf.
Net als bij SingleAccountRequest<I>
, zie je dat Eline niet alleen documentatie heeft toegevoegd, maar ook referenties naar de Horizon API Endpoint, code examples die getest worden met cargo test (doctest).
Dit zou eigenlijk standaard voor alle publieke structs moeten zijn.
Zo mis ik dit ook voor EffectsForAccountRequest
bijv. Zit niet in deze PR, maar mag er wel bij wat mij betreft.
No description provided.