Skip to content

POSTapi - a simple API testing tool written in Python

License

Notifications You must be signed in to change notification settings

randree/postapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSTapi - a simple API testing tool

POSTapi is a simple tool for testing APIs written in Python. It is powered by HTTPie.

Features

  • Sending GET, POST, PUT, PATCH, DELETE requests
  • Requests with parameters
  • and cookies
  • It has a history function

History allows switching between urls without entering all params and cookies over and over again. They are connected to the url.

Installation

First, HTTPie needs to be installed.

$ sudo apt install httpie

Next step cloning project

$ git clone github.com/randree/postapi

and finally

$ cd postapi
$ ./postapi.py

About

POSTapi - a simple API testing tool written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages