Important!
We do not have access to the API at this point, as the API itself is not yet launched.
We will be working on and updatinging this repo as soon as the situation changes!
We are making the MyShare API easy to use, through our MySDK.
Let us deal with setting up the correct HTTP request, so you don't have to.
This library provides a pure Python interface for the MyShare API. MySDK supports all of the mentioned Python versions in the tag above.
Along with the initial API implementation, this library contains clever solutions to help you write even less code and easily combine multiple functions together.
You will need a TOKEN from MyShare API in order for this library to function.
-
Thake a look at our Wiki pages, here you will find all you need to start integrating MySDK into your project.
-
Visit the MyShare API documentation, as each method is structured in the same way.
All our methods have the same name's as the API, but with snake_casing instead. E.g. updateJob = update_job
You can get help in the following ways:
-
We have a telegram group that you can join and ask any questions.
-
Report bugs, request features or ask questions by creatin an issue or a discussion.
-
Our Wiki pages has the information you need.
You could always help us improve by adding missing information to the wiki! :)
Contributions of all sizes are welcome. Please review our contribution guidelines to get started. You can also help by reporting bugs or making a pull request.
Get started with contributing.
Learn how to pull request.