Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Introduction to the SDK

Leander.G edited this page Feb 5, 2021 · 16 revisions

Setup process

This example will show you how to setup your first instance.

You will need to have gotten a TOKEN from MyShare API.
Tip: use MySDK as a dummy TOKEN for testing.

import mysdk
import os

# get TOKEN from environment
TOKEN = os.environ('TOKEN')

# create instance of MySDK
ms = mysdk.MySDK(TOKEN)

Tip: use MCP to help manage local environment variables.

Whats next?

  • Have you already installed the library?

  • We recommend you to check out the full method list, to see all the available methods.

Must Read

MySDK Features

Code Resources

Examples

Note:
link's will take you out of this wiki.

Clone this wiki locally