Skip to content

Instantly share code, notes, and snippets.

@Seich
Created June 20, 2018 20:09
Show Gist options
  • Save Seich/2f602da739ea5748a7e8f8bc4dfd4ef4 to your computer and use it in GitHub Desktop.
Save Seich/2f602da739ea5748a7e8f8bc4dfd4ef4 to your computer and use it in GitHub Desktop.
endpoint: http://session.example.com
GET /:
alias: login
payload:
username: hi
password: helloworld01
PUT /name:
alias: update-name
payload:
name: $user:get-profile.body.name
---
host: user
endpoint: http://user.example.com
GET /profile:
alias: get-profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment