Skip to content

Commit

Permalink
rest2.js mocking private pulse hist endpoint and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel1984 authored and JacobPlaster committed May 20, 2020
1 parent 6e58ed0 commit b0ec092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 1.0.10
- feature: public pulse history rest2 endpoint
- feature: private pulse history rest2 endpoint

# 1.0.9
- feature: private delete pulse rest2 endpoint
Expand Down
3 changes: 2 additions & 1 deletion lib/servers/rest2.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const METHODS = {
'/v2/auth/r/info/user': 'user_info',
'/v2/auth/r/int/summary': 'account_summary',
'/v2/auth/w/pulse/add': 'add_pulse.{title}.{content}',
'/v2/auth/w/pulse/del': 'delete_pulse.{pid}'
'/v2/auth/w/pulse/del': 'delete_pulse.{pid}',
'/v2/auth/r/pulse/hist': 'pulse_hist.{isPublic}'
}

/**
Expand Down

0 comments on commit b0ec092

Please sign in to comment.