-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c28f666
commit 20f4a2b
Showing
1 changed file
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
# Introduction | ||
|
||
Welcome to the Uphold API, we're glad to have you! Provided here is all the documentation you need to help you create custom and revolutionary new services powered by the Uphold Platform. With your ingenuity, together we can serve the needs of individuals and organizations across the globe and change the financial services ecosystem forever. | ||
Welcome to the Uphold API — we're glad to have you! Here you can find all the documentation you need to help you create custom and revolutionary new services powered by the Uphold Platform. Together, with your ingenuity, we can serve the needs of individuals and organizations across the globe and change the financial services ecosystem forever. | ||
|
||
## Client Libraries | ||
## API code samples | ||
|
||
The follow libraries are available: | ||
To help you get started, we have prepared a set of fully functional **[code samples](https://github.com/uphold/rest-api-examples).** | ||
Each of these is a self-contained mini-project, with step-by-step documentation, built specifically to be downloaded and run locally. | ||
You can inspect the demo code of these samples to get acquainted with how to use the Uphold API to perform various actions, such as making authenticated requests and creating transactions. | ||
By default, all of the samples use our [Sandbox environment](https://wallet-sandbox.uphold.com), which provides a safe playground to experiment with the API without using real funds. | ||
|
||
- [Android SDK](https://github.com/uphold/uphold-sdk-android) | ||
- [iOS SDK](https://github.com/uphold/uphold-sdk-ios) | ||
- [JavaScript SDK](https://github.com/uphold/uphold-sdk-javascript) | ||
- [PHP SDK](https://github.com/seegno/uphold-sdk-php) | ||
- [Python SDK](https://github.com/byrnereese/uphold-sdk-python) | ||
- [Ruby SDK](https://github.com/subvisual/uphold-sdk-ruby) | ||
|
||
We are actively looking for developers to contribute Uphold client libraries for a variety of platforms and languages. If you have written a library, please share a link to the github repository with us at [[email protected]](mailto:[email protected]?subject=I want to contribute code) so that we can promote it here, and collaborate with you on its further development. | ||
You may also use our [JavaScript SDK](https://github.com/uphold/uphold-sdk-javascript), a JavaScript API client library that provides a higher-level and richer experience in integrating with our API. | ||
|
||
## API Changes | ||
|
||
You can be notified of the latest changes by _watching_ our official [documentation repository](https://github.com/uphold/docs/) on GitHub and by following our [developer blog](https://uphold.com/en/developer/blog). | ||
|
||
The official changelog is currently on [GitHub](https://github.com/uphold/docs/releases). | ||
You can be notified of the latest changes by _watching_ our official [documentation repository](https://github.com/uphold/docs/) on GitHub. |