Skip to content

Instantly share code, notes, and snippets.

@localredhead
Created July 30, 2014 22: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 localredhead/4c013ac2a4e13a895ada to your computer and use it in GitHub Desktop.
Save localredhead/4c013ac2a4e13a895ada to your computer and use it in GitHub Desktop.
-------- request JSON ---------
"build": {
"monogram": {
"name": "Monogram",
"id": 33
},
"placket": {
"name": "Placket",
"id": 18
},
"pleat": {
"name": "No Pleats",
"id": 8
},
"pocket": {
"name": "No Pocket",
"id": 5
},
"cuffs": {
"name": "Button Cuff",
"id": 9
},
"collar": {
"name": "Standard Collar",
"id": 3
},
"fit": {
"name": "Standard",
"id": 28
}
}
}
--------- Response below ----------
{
"build": {
"monogram": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/67081b383961570335e6.jpg?1385478279",
"description": "A monogram is a classy, subtle detail, embroidered on the inside of the collar for a personalized touch. ",
"name": "Monogram",
"id": 33
},
"placket": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/3b164236eb7b0c837d1b.jpg?1374538757",
"description": "A layer of fabric along the center of the shirt tracking the buttons, the placket is a traditional feature, appropriate in dress or casual settings. ",
"name": "Placket",
"id": 18
},
"pleat": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/1b9313b63ed5ef98546c.jpg?1374538694",
"description": "Without pleats, the shirt has a clean finish and a slimmer look and feel across the back and shoulders. ",
"name": "No Pleats",
"id": 8
},
"pocket": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/2fbaaaf53abc7f349a47.jpg?1374538616",
"description": "Simple and clean, this looks appropriate on all fabrics but is especially popular for dressier shirts worn with a tie. ",
"name": "No Pocket",
"id": 5
},
"cuffs": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/c8ec399c1738d39b697b.jpg?1374537766",
"description": "The winner and still champion, this works for every style and every occasion. Simple, standard. ",
"name": "Button Cuff",
"id": 9
},
"collar": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/98cea9158d2f5b455779.jpg?1374538526",
"description": "Classic and versatile, this works well on every shirt. Appropriate with most tie knots and in a wide variety of occasions. 2.75\" Point Length.",
"name": "Standard Collar",
"id": 3
},
"fit": {
"image": "https:\/\/trumaker-dev.s3.amazonaws.com\/images\/photos\/standard\/98d28d8e56da7597376a.png?1376422386",
"description": "Our preferred cut, fitted but still classic with room to move. This is our best seller for a reason: it strikes a perfect balance between form and function, allowing a full ra$
"name": "Standard",
"id": 28
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment