diff --git a/_introduction.md b/_introduction.md index 4e05bbb..3ab34b8 100644 --- a/_introduction.md +++ b/_introduction.md @@ -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 [developer@uphold.com](mailto:developer@uphold.com?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.