Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hydrogen-dev/sdk

Client SDKs for Hydrogen REST APIs
https://github.com/hydrogen-dev/sdk

Last synced: 18 days ago
JSON representation

Client SDKs for Hydrogen REST APIs

Awesome Lists containing this project

README

        

# Hydrogen Client SDKs

Follow the individual SDK READMEs for information on installation, authorization, and parameters.

## Web Components & Mobile WebViews
* [C#](web-component/csharp)
* [.NET](web-component/dotnet)
* [Go](web-component/go)
* [Java](web-component/java)
* [Javascript](web-component/javascript)
* [PHP](web-component/php)
* [Python](web-component/python)
* [Ruby](web-component/ruby)

Please see the official [Web Component & WebView API documentation](https://www.hydrogenplatform.com/docs/web-component/v1/)

## Atom APIs

### Nucleus - Data Model

* [Java](atom/nucleus/java)
* [Javascript](atom/nucleus/javascript)
* [PHP](atom/nucleus/php)
* [Python](atom/nucleus/python)
* [Ruby](atom/nucleus/ruby)

Please see the official [Nucleus API documentation](https://www.hydrogenplatform.com/docs/nucleus/v1/)

### Proton - Business Logic

* [Java](atom/proton/java)
* [Javascript](atom/proton/javascript)
* [PHP](atom/proton/php)
* [Python](atom/proton/python)
* [Ruby](atom/proton/ruby)

Please see the official [Proton API documentation](https://www.hydrogenplatform.com/docs/proton/v1/)

### Electron - Back Office (requires extra permission)

* [Java](atom/electron/java)
* [Javascript](atom/electron/javascript)
* [PHP](atom/electron/php)
* [Python](atom/electron/python)
* [Ruby](atom/electron/ruby)

Please see the official [Electron API documentation](https://www.hydrogenplatform.com/docs/electron/v1/)