Skip to content

ignasrum/posty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

posty

A free and open source CLI API platform

Dependencies

Python 3.10+
Pip packages:

Installation

pip install "git+https://github.com/ignasrum/posty.git"

Usage

posty environment.json request.json

Environment example

{
    "bearer_token": "testing_bearer",
    "hello": "world",
    "file.txt": "./path/to/file.txt"
}

Request example

{
    "url": "https://httpbin.org/bearer",
    "method": "GET",
    "url_params": {},
    "json": {},
    "auth": {},
    "files": [],
    "headers": {"Authorization": "Bearer {bearer_token}"}
}

About

A free and open source CLI API platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages