https://github.com/uphold/rest-api-examples
A set of JavaScript samples for integrating with Uphold's REST API
https://github.com/uphold/rest-api-examples
Last synced: 5 months ago
JSON representation
A set of JavaScript samples for integrating with Uphold's REST API
- Host: GitHub
- URL: https://github.com/uphold/rest-api-examples
- Owner: uphold
- License: mit
- Created: 2020-10-29T10:02:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T16:05:58.000Z (about 2 years ago)
- Last Synced: 2024-04-15T02:08:14.395Z (over 1 year ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 23
- Watchers: 54
- Forks: 12
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# API usage samples
This repository contains [minimal, self-contained, executable example projects](http://www.sscce.org/)
which demonstrate how to perform specific operations
using [Uphold's REST API](https://uphold.com/en/developer/api/documentation/).
> **Please note** that the examples contained here are optimized for clarity and simplicity.
> They are not meant to illustrate the coding style or structure that we'd recommend for production applications,
> but rather provide an entry point to start experimenting with Uphold's API.
## Usage
To try out each example, navigate to the corresponding folder and follow the instructions in the README.
The currently available examples are:
- Authentication
- [OAuth: Client credentials flow](authentication/oauth-client-credentials/)
- [OAuth: Authorization code flow](authentication/oauth-authorization-code/)
- [Personal Access Token (PAT)](authentication/personal-access-token/)
- Transactions
- [User-to-user transaction](transactions/user-to-user-transaction/)
## Contributing
Feel free to submit your own examples to this repository! Just make sure to follow the
[MRE](https://stackoverflow.com/help/minimal-reproducible-example)/[SSCCE](http://www.sscce.org/) principles,
and describe all steps to run the project in a README file similar to those of the current examples.
The contents of this repository are licensed under the [MIT license](LICENSE.txt).