Skip to content

Instantly share code, notes, and snippets.

@lostseaway
Last active July 15, 2016 07:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lostseaway/d52be93a5167bb1d3aa802ff5c95e000 to your computer and use it in GitHub Desktop.
Save lostseaway/d52be93a5167bb1d3aa802ff5c95e000 to your computer and use it in GitHub Desktop.
SatangPostman
{
"id": "29c6cf94-7bf4-b757-0e6d-d1d002e79cf2",
"name": "MacMini",
"values": [
{
"key": "url",
"value": "http://172.18.5.156:3991/api",
"type": "text",
"enabled": true
},
{
"key": "",
"value": "",
"type": "text",
"enabled": true
},
{
"key": "acces_token",
"type": "text",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjExIiwiaWF0IjoxNDY4NDg1MDA1LCJleHAiOjE0Njg0ODg2MDUsImF1ZCI6InRyYW5zYWN0LWFwcCIsImlzcyI6InRyYW5zYWN0LWFwcCJ9.dKPgJCHlwSFh9wvojAhAauF5L6jr7uIHMRdcUlaK4GU",
"enabled": true
}
],
"timestamp": 1468485005250,
"synced": false,
"syncedFilename": "",
"team": null,
"isDeleted": false
}
{
"variables": [],
"info": {
"name": "Satang",
"_postman_id": "13165a37-ed95-593e-cdd5-4a7a29dc7fa9",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "Auth",
"description": "",
"item": [
{
"name": "Create a user",
"request": {
"url": "{{url}}/user",
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "name",
"value": "Mr.Satang",
"type": "text",
"enabled": true
},
{
"key": "email",
"value": "mr.satang@satang.io",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Authenticate and get an access token",
"event": [
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": "var jsonObj = JSON.parse(responseBody);\npostman.setEnvironmentVariable(\"acces_token\", jsonObj[\"token\"]);"
}
}
],
"request": {
"url": "{{url}}/auth",
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "email",
"value": "mr.satang@satang.io",
"type": "text",
"enabled": true
},
{
"key": "password",
"value": "SybltHQD",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "FB Login",
"event": [
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": "var jsonObj = JSON.parse(responseBody);\npostman.setEnvironmentVariable(\"acces_token\", jsonObj[\"token\"]);"
}
}
],
"request": {
"url": "{{url}}/facebook-login",
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "accessToken",
"value": "EAAEAZADQtWA0BAIZC7arVb6M2DAeKhF5liVPaUhUYdpyK3XSiWHpAvTxHG2AyNMWCU5i0wD0yuB9b7Dd23ZBiZAaE5KcTRM0YGkWXEtszlxYSkBZCJwoZCIxzuArWZCEdCsPKpvaVeVWN1huyNZCTh8UJGuZAoOp1O5adwZBvhyFyu3PhTZBN3aYuKfy3XNOd3SXMfF9smGPUCeTe8nuqKLaZADf73ShKbZC0NNftsR1618j0ZAwZDZD",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Starter Pack",
"request": {
"url": "{{url}}/starter/THB",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "Renew AcessToken",
"event": [
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": "var jsonObj = JSON.parse(responseBody);\npostman.setEnvironmentVariable(\"acces_token\", jsonObj[\"token\"]);"
}
}
],
"request": {
"url": "{{url}}/token",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "accessToken",
"value": "EAAEAZADQtWA0BAIZC7arVb6M2DAeKhF5liVPaUhUYdpyK3XSiWHpAvTxHG2AyNMWCU5i0wD0yuB9b7Dd23ZBiZAaE5KcTRM0YGkWXEtszlxYSkBZCJwoZCIxzuArWZCEdCsPKpvaVeVWN1huyNZCTh8UJGuZAoOp1O5adwZBvhyFyu3PhTZBN3aYuKfy3XNOd3SXMfF9smGPUCeTe8nuqKLaZADf73ShKbZC0NNftsR1618j0ZAwZDZD",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
}
]
},
{
"name": "Money Account",
"description": "",
"item": [
{
"name": "Create an account for a given currency",
"request": {
"url": "{{url}}/account",
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "currency",
"value": "THB",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Fetch money account info, including current balance",
"request": {
"url": "{{url}}/account/10000",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "Get all accounts",
"request": {
"url": "{{url}}/accounts",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
}
]
},
{
"name": "Transaction",
"description": "",
"item": [
{
"name": "Transfer",
"request": {
"url": "{{url}}/transfer",
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "fromAccountId",
"value": "10004",
"type": "text",
"enabled": true
},
{
"key": "toAccountId",
"value": "10004",
"type": "text",
"enabled": true
},
{
"key": "amount",
"value": "1",
"type": "text",
"enabled": true
},
{
"key": "currency",
"value": "THB",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Deposit",
"request": {
"url": "{{url}}/deposit",
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "accountId",
"value": "10004",
"type": "text",
"enabled": true
},
{
"key": "amount",
"value": "1000",
"type": "text",
"enabled": true
},
{
"key": "currencuy",
"value": "THB",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
},
{
"name": "Transaction History",
"request": {
"url": "{{url}}/history/10000",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
}
]
},
{
"name": "User's Profile",
"description": "",
"item": [
{
"name": "Get User Profile",
"request": {
"url": "{{url}}/user",
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
}
],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "Update Profile",
"request": {
"url": "{{url}}/user/profile",
"method": "PATCH",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
},
{
"key": "Content-Type",
"value": "application/json",
"description": ""
}
],
"body": {
"mode": "raw",
"raw": "{\n \"first_name\" : \"Dream\",\n \"last_name\" : \"Hello\",\n \"picture\" : \"http://img02.deviantart.net/c845/i/2013/295/6/4/cute_pikachu_by_ambro2013-d6rg5kh.jpg\"\n}"
},
"description": ""
},
"response": []
}
]
},
{
"name": "Utility",
"description": "",
"item": [
{
"name": "User Seach",
"request": {
"url": "{{url}}/search/user",
"method": "POST",
"header": [
{
"key": "Authorization",
"value": "{{acces_token}}",
"description": ""
},
{
"key": "Content-Type",
"value": "application/json",
"description": ""
}
],
"body": {
"mode": "raw",
"raw": "{\n \"query\" : \"samartz_lhxyqub_taskworldz@tfbnw.net\"\n}\n"
},
"description": ""
},
"response": []
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment