Skip to content

Commit

Permalink
add /analytics/social endpoint. Bump to version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Jun 28, 2016
1 parent a05e27e commit cdde135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lib/resources/Analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ module.exports = FigureResource.extend({
posterCount: figureMethod({
method: 'GET',
path: '/poster_count'
}),

social: figureMethod({
method: 'GET',
path: '/social'
})
});
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.1.7",
"version": "0.1.8",
"description": "The Figure JavaScript SDK",
"main": "lib/figure.js",
"homepage": "https://github.com/postcard/figure-sdk-node",
Expand Down

0 comments on commit cdde135

Please sign in to comment.