1.0.9 • Published 3 years ago

japi-utils v1.0.9

Weekly downloads
67
License
MIT
Repository
github
Last release
3 years ago

install size

Why Japi?

  1. You can see the JSON response structure
  2. You can validate the JSON response with the one that you expect
  3. You can see if the JSON response has an error property
  4. Export file with JSON response structures for a given array of APIs

How to use Japi?

  1. responseStructure(url) returns the structure of the JSON response
  2. validate(url, structureExpected) returns if the json response received matches the one expected
  3. hasError(json) returns if the the json has an error property
  4. exportAllJSON(urls) creates a file with the structure of JSON responses for each api
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago