Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sevazhidkov/rest-wrapper

Simple program that send GET query to API. GCI task.
https://github.com/sevazhidkov/rest-wrapper

Last synced: 11 days ago
JSON representation

Simple program that send GET query to API. GCI task.

Awesome Lists containing this project

README

        

# REST Wrapper
Simple program that send GET query to API. GCI task.
## Install
```
git clone https://github.com/sevazhidkov/rest-wrapper.git
cd rest-wrapper
chmod +x main.py
```
## Using
```
./main.py # Will show all posts
./main.py 32 # Will show post with id = 32
```