Skip to content

Commit

Permalink
Merge pull request #1 from Postcard/v0.2.30
Browse files Browse the repository at this point in the history
add SubmittedPlaces resources. Bump to version 0.2.30
  • Loading branch information
VictorienTardif authored Apr 10, 2018
2 parents fee3d9b + f62c2ec commit 08830ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions lib/resources/SubmittedPlaces.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
'use strict';

var FigureResource = require('../FigureResource');
var figureMethod = FigureResource.method;

module.exports = FigureResource.extend({

path: 'submitted_places',
includeBasic: [
'create', 'get', 'getAll', 'edit', 'del'
]
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "figure-sdk",
"version": "0.2.20",
"version": "0.2.30",
"description": "The Figure JavaScript SDK",
"main": "lib/figure.js",
"homepage": "https://github.com/postcard/figure-sdk-node",
Expand Down

0 comments on commit 08830ec

Please sign in to comment.