SDK

Currently there is only an SDK (Software Development Kit) for Node.js.

Yggio Connect

Yggio Connect is a project publicly available on GitLab. It provides developers with ready-to-use functions that uses the Yggio REST API and eliminate the need for developers to write these functions themselves.

Check out the project on Gitlab for more information.

Yggio Service Example

Yggio Service Example showcases a simple Node.js application that uses Yggio with the use of Yggio Connect.

The app showcases:

  • Creating an RP
  • Authorization through OpenID Connect
  • Creating and listing of iotnodes (devices)

Check out the project on GitHub for more information.