Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 439 Bytes

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>