Skip to content

Instantly share code, notes, and snippets.

@palavilli-godaddy
Created March 11, 2013 20:53
Show Gist options
  • Save palavilli-godaddy/5137656 to your computer and use it in GitHub Desktop.
Save palavilli-godaddy/5137656 to your computer and use it in GitHub Desktop.
sample hateoas links
...
...
"links":[
{
"href":"https://api.sandbox.paypal.com/v1/payments/sale/1PK6356827846603W",
"rel":"self",
"method":"GET"
},
{
"href":"https://api.sandbox.paypal.com/v1/payments/sale/1PK6356827846603W/refund",
"rel":"refund",
"method":"POST"
},
{
"href":"https://api.sandbox.paypal.com/v1/payments/payment/PAY-2T757496YE473504JKE7CQKI",
"rel":"parent_payment",
"method":"GET"
}
]
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment