-
Notifications
You must be signed in to change notification settings - Fork 47
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
Document how to enumerate objects associated with accounts etc #75
Comments
Where can I find these examples? Are we deprecating examples? If so, are there scenarios that show this? |
I think we should deprecate the examples. They seem to atrophy and the docs really should be the definitive source of examples for the client libraries. Most areas in the API Reference now have scenarios for updating resources which used to be a large source of confusion. For example, https://docs.balancedpayments.com/1.1/api/cards/#update-a-card. If this isn't what you meant, let me know. I think we need to address concepts of getting nested objects like customer.cards in guides or blog posts about client library architecture and getting the most out of client libraries. |
The help docs show how to CRUD resources. I'm looking for examples of workflows.
|
Yeah, these are all planned guides. |
It would be nice if we maintained them until there's an alternative then. |
Currently the examples show how to create credits/debits and refunds.
However there are no good examples of looking up existing objects after the fact.
e.g.
The text was updated successfully, but these errors were encountered: