Meeco SDK & CLI
Last updated
Last updated
We have created the Meeco SDK and the Meeco CLI.
Our first release of the SDK is written in Typescript, and we have it released as an NPM Package here so you can easily import our modules into your project and start making calls to our APIs.
For full usage and functionality, you can visit the API Docs.
Whilst the SDK is currently only available in Typescript/Javascript, we are in the process of creating the SDK in other languages:
Java
Swift
Dart
If you would like a port of the Meeco SDK in another language, let us know through the Meeco.me contact page with "Developer Portal" set as the Enquiry Type.
To get the Meeco platform up and running so that you can get a feel for it as a developer, we have created some tools that set up a Meeco User and create all the necessary access tokens and keys for you to explore what Meeco can do.
In short, it can:
Create Users
Connect Users
Create Items and Templates
Share Items between Connected Users
Create and Manage Organisations
You can use the keys and tokens that the Meeco CLI has generated in combination with the Cryppo-CLI tool to get a feel for the encryption and decryption flows.
Feed this data back to the Meeco-CLI to store it against a Meeco User and then Share it! You can read more about Connections and Sharing and Items in the Guides section of this documentation site.
The Typescript CLI and SDK Github repos reside below in the downloads section.
The CLI documentation can be found below - it will help you set up tool so you can begin making requests against our APIs.
The Typescript SDK documentation can be found below
The CLI relies heavily on the SDK, so by running through the commands we've got set up, you'll be able to follow along and learn how the Meeco Platform works, and give you some idea about what it can do.