Skip to content

Commit e1016e7

Browse files
Daniel1984JacobPlaster
authored andcommitted
updating docs
1 parent cc4aed5 commit e1016e7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/rest_v2.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,7 @@ https://docs.bitfinex.com/reference#rest-public-pulse-profile
763763
```go
764764
func (ps *PulseService) PulseHistory() ([]*pulse.Pulse, error)
765765
```
766-
PulseHistory allows you to retrieve your pulse history. Call function with
767-
"false" boolean value for private and with "true" for public pulse history. see
766+
PulseHistory allows you to retrieve your pulse history. see
768767
https://docs.bitfinex.com/reference#rest-auth-pulse-hist
769768

770769
#### type Request

v2/rest/pulse.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ func (ps *PulseService) AddComment(p *pulse.Pulse) (*pulse.Pulse, error) {
104104
return ps.AddPulse(p)
105105
}
106106

107-
// PulseHistory allows you to retrieve your pulse history. Call function with
108-
// "false" boolean value for private and with "true" for public pulse history.
107+
// PulseHistory allows you to retrieve your pulse history.
109108
// see https://docs.bitfinex.com/reference#rest-auth-pulse-hist
110109
func (ps *PulseService) PulseHistory() ([]*pulse.Pulse, error) {
111110
req, err := ps.NewAuthenticatedRequest(common.PermissionRead, path.Join("pulse", "hist"))

0 commit comments

Comments
 (0)