Getting started
How to get started with the Mindkosh SDK
Setting up the SDK
pip install mindkoshInitializing the client
## Initialize the client
client = mindkosh.Client(
token = <"Your token here">,
)Last updated