Skip to content

This repo is to basically understand the REST API on Python using the requests module. This simple program does CRUD process on https://gorest.co.in/

Notifications You must be signed in to change notification settings

VijayasaiVS/GoREST_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GoREST API - Basic REST Methods

Description:

This program lets you understand basic REST MEthods like GET, POST, CREATE, DELETE, PUT(UPDATE) on a Online REST DB Website GoREST API

Pre-requisutes:

  1. pandas==1.2.4
  2. python-dotenv==0.18.0
  3. requests==2.25.1

.env Setup:

  • output= < your output folder directory>
  • AUTH_KEY= < auth key from Online GoREST API>

About

This repo is to basically understand the REST API on Python using the requests module. This simple program does CRUD process on https://gorest.co.in/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published