Skip to content

Instantly share code, notes, and snippets.

@ademilter
Created July 24, 2019 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademilter/9bfa0669e723232109eac12bc78264ff to your computer and use it in GitHub Desktop.
Save ademilter/9bfa0669e723232109eac12bc78264ff to your computer and use it in GitHub Desktop.
webstorm-http
### Assets
GET {{api}}/asset/
Authorization: Bearer {{token}}
### Asset name change
POST {{api}}/asset/3
Content-Type: application/json
{
"id": 999,
"value": "content"
}
{
"development": {
"api": "https://dev.example.com",
"token": "sdsfdghjhgfd"
},
"production": {
"api": "https://example.com/",
"token": "fhjgfgdgsdfgh"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment