Last active
August 31, 2015 22:03
-
-
Save boomtrain-support/5f59873e51373b32db4a to your computer and use it in GitHub Desktop.
GET /resources/:model/:id - Retrieve the specified model type and Resource using cURL.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl | |
| -H 'x-app-id: {app_id}' | |
| -X GET | |
| 'https://api.boomtrain.com/resources/{model}/{id}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment