Skip to content

Kruthikasv/Address-Formatting-API

 
 

Repository files navigation

Address-Formatting-API

You will find two folders, the apiKeyAuth folder is a project that makes use of API key for authentication. The basicAuth folder is a project that makes use of basic authentication,ie., username and password for authentication.

Steps for execution:

Run auth.py from the apiKeyAuth folder.You will get a url which has to be copied to Postman Application and make changes to the url,
Add the address in the body as well in the json format.
Add the API key and value as shown below. Click send.

Run auth.py from the basicAuth folder. You will get a url which has to be copied to Postman Application and make changes to the url,
Add the address in the body as well in the json format.
Add the username and password as shown below.Click send.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Python 0.8%