ma-he-sh / postman-api-hack

The Postman API Hacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GITIGNORE CLI

Server

  • cli api server
  • run manually by
go run server
  • or use docker-compose
docker-compose up -d
  • goto localhost:8080/api/{request}

Parser

  • run a cron job to sync https://github.com/github/gitignore and parse the data to json file

Setup

python3 -m venv venv
source venv/bin/activate
python parser.py

About

The Postman API Hacks


Languages

Language:Go 90.0%Language:Python 8.2%Language:Shell 1.9%