Skip to content

Instantly share code, notes, and snippets.

View ardanirohman's full-sized avatar

Ardani Rohman ardanirohman

View GitHub Profile
@ardanirohman
ardanirohman / index.js
Created March 21, 2017 05:28
test script postman
console.log('request', request)
console.log('response body',responseBody);
console.log('response header',responseHeaders);
console.log('response code',responseCode);
var response = JSON.parse(responseBody);
@ardanirohman
ardanirohman / gist:4d604b6da0fb397855a1c37d477ae287
Last active March 21, 2017 04:50
Sample Mockup API Apiary
FORMAT: 1A
HOST: https://api.ecommerce.com/
# Ecommerce API
API documentation for E-commerce
## Categories Collection [/categories{?page}{?limit}]
### List Categories [GET]