-
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
Single Offer Endpoint #42
Conversation
62b550a
to
7b55283
Compare
src/offers/single_offer_request.rs
Outdated
/// [`HorizonClient::get_single_offer`](crate::horizon_client::HorizonClient::get_single_offer) method. | ||
/// | ||
/// The struct matches the parameters necessary to construct a request for the | ||
/// <a href="https://developers.stellar.org/network/horizon/resources/get-offer-by-offer-id">Retrieve An Offer endpoint</a> |
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.
dead link
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 had de link gecheckt; deze werkt volgens mij gewoon.
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.
Netjes Kevin!!
✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)
Adds the endpoint for single
Offers
requests. Includes documentation and unit tests. Doesn't include the otherOffers
endpoints yet, to keep this PR's size manageable. These endpoints will be included in future PR's.No
Offers
endpoints are implemented yet.🆕 What is the new behavior (if this is a feature change)?
The endpoint for single offers is implemented.
💥 Does this PR introduce a breaking change?
No.
🐛 Recommendations for testing
📝 Links to relevant issues/docs
🤔 Checklist before submitting