Skip to content

Instantly share code, notes, and snippets.

*~
*.pyc
*.swp
*#
.metadata
.DS_Store
*.log
__pycache__
venv
@kashcode
kashcode / findingapirequest2.json
Last active May 3, 2016 13:52 — forked from user20161119/findingapirequest.json
ebay finding api request json
{
"jsonns.xsi": "http://www.w3.org/2001/XMLSchema-instance",
"jsonns.xs": "http://www.w3.org/2001/XMLSchema",
"jsonns.tns": "http://www.ebay.com/marketplace/search/v1/services",
"tns.findItemsByKeywordsRequest": {
"keywords": "great white shark tooth",
"categoryId": [
"15917"
],
"paginationInput": {
{
field: "", // prop key on the object, ie: {firstName: "John"}, your field would be "firstName"
displayName: "", // this is the label that the grid will display on the column headers,
render: function() {}, // use this function when you want a custom cell. It must return a string or React component
sort: true, // this controls whether the grid allows sorting on this cell or not, default is true, set to false to disable
width: "10%" // the default is 10%
cssClass: "" // css class that the grid will apply on the column headers
}