Skip to content

Instantly share code, notes, and snippets.

@myndzi
Created November 27, 2014 00:27
Show Gist options
  • Save myndzi/3eec2ba74ba5a715d067 to your computer and use it in GitHub Desktop.
Save myndzi/3eec2ba74ba5a715d067 to your computer and use it in GitHub Desktop.
resource.get('/attributes', {
summary: 'Returns all Attributes',
queryParams: { 'locale': 'string' },
returns: ['Attribute']
}, function (params, response) {
return attrs.fetchAll(params);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment