0.1.2 • Published 6 years ago

apina v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

APINA

Application Programming Interface N/A

Mock and cache API responses locally from a URL. Ease development with external APIs with large payload.

APINA fetches and stores HTTP responses to ./apina_cache and serves a stored response on port :5454.

Use

$ yarn add apina -D
$ yarn apina <url>

Example

$ yarn apina https://jsonplaceholder.typicode.com/comments
Local version not found. Saving in cache: ./apina_cache/https___jsonplaceholder_typicode_com_todos
Apina mocking on port 5454
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago