Simple api handle by raw python using requests. You can simple get user id from api login provide username and password, post user information and retrieve user information.
First download, install and configure python. Then use the package manager pip to install on.
- open command prompt and type <press enter>
# install requests
pip install requests- Operating System : Windows10
- Software : Python3.11 and Visual Studio Code
The requirements.txt file, lists of all the python libraries that my "API Handle By Raw Python" depends on and installs those packages from the file:
pip install -r requirements.txt
sudo pip install -r requirements.txt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
The MIT License (MIT)