Skip to content

Instantly share code, notes, and snippets.

View joestump's full-sized avatar

Joe Stump joestump

View GitHub Profile
@joestump
joestump / favorites.json
Created July 25, 2012 23:42
/api/products/{product_id}/items/{item_number}/favorites.json
[
{
"first_name": "Joe",
"last_name": "Stump",
"id": 1,
"email": "[email protected]"
}
]
@joestump
joestump / annotations.json
Created July 25, 2012 23:33
/api/products/{product_id}/items/{item_number}/annotations.json
{
"action": "broke the build",
"body": "Tests are broken",
"id": 17,
"user": {
"created_at": "2012-05-15T19:58:45+00:00",
"email": "[email protected]",
"first_name": "Joe",
"id": 1,
"last_login": "2012-07-12T22:11:37+00:00",
@joestump
joestump / annotations.json
Created July 25, 2012 23:30
/api/products/{product_id}/items/{item_number}/annotations.json
[
{
"action": "broke the build",
"body": "Tests are broken",
"id": 17,
"user": {
"created_at": "2012-05-15T19:58:45+00:00",
"email": "[email protected]",
"first_name": "Joe",
"id": 1,
@joestump
joestump / people.json
Created July 25, 2012 23:20
/api/products/{product_id}/people.json
{
"admin": true,
"first_name": "Joe",
"last_name": "Stump",
"email": "[email protected]"
}
@joestump
joestump / people.json
Created July 25, 2012 23:18
/api/products/{product_id}/people.json
[
{
"admin": true,
"first_name": "Joe",
"last_name": "Stump",
"id": 1,
"email": "[email protected]"
}
]
curl -u [email protected]:286755fad04869ca523320acce0dc6a4 https://sprint.ly/api/products.json
@joestump
joestump / {product_id}.json
Created July 25, 2012 23:03
/api/products/{product_id}.json
{
"admin": true,
"archived": false,
"id": 3,
"name": "sprint.ly"
}
@joestump
joestump / products.json
Created July 25, 2012 22:56
/api/products.json
{
"admin": true,
"archived": false,
"id": 3,
"name": "sprint.ly"
}
@joestump
joestump / products.json
Created July 25, 2012 22:40
/api/products.json
[
{
"admin": true,
"archived": false,
"id": 333,
"name": "sprint.ly"
},
{
"admin": true,
"archived": false,
@joestump
joestump / gist:1282317
Created October 12, 2011 19:49
Annotations
{
'transcript': {
'name': 'Joe Stump',
'when': 'March 21st, 2009'
}
}