Skip to content

iam-ariful-islam/API-Handle-By-Raw-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

API Handle By Raw Python

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.

Installation

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

Testing Environment

  • Operating System : Windows10
  • Software : Python3.11 and Visual Studio Code

Notes

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

or

sudo pip install -r requirements.txt

Contributing

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.

For more or connect with me

                   

License

The MIT License (MIT)

Releases

No releases published

Packages

No packages published

Languages