Skip to content

Commit

Permalink
Merge pull request #78 from cryptohopper/development
Browse files Browse the repository at this point in the history
Auth update on getCopyBots
  • Loading branch information
canerten authored Apr 24, 2023
2 parents e210f34 + 3e9ffb4 commit 8e780bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class HopperAPIGetCopyBotsRequest: HopperAPIRequest<HopperAPIGetCopyBotsResponse

constructor(data : String) {
this.httpMethod = HopperAPIHttpMethod.GET
this.needsAuthentication = false
this.needsAuthentication = true
this.changeUrlPath("/market/copybots")
}
}

0 comments on commit 8e780bf

Please sign in to comment.