Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 704 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 704 Bytes

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