Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bshore/go-hirez
Browse files Browse the repository at this point in the history
  • Loading branch information
bshore committed Sep 2, 2022
2 parents e6fa85f + e76ee55 commit 45957f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

`go-hirez` is a Golang API Library for the Hi-Rez (Smite) developer API [PDF reference](https://docs.google.com/document/d/1OFS-3ocSx-1Rvg4afAnEHlT3917MAK_6eJTR6rzr-BM/edit)

Add it with `go get`
```bash
go get github.com/bshore/go-hirez
```


## Getting Started with Mocks

`go-hirez` offers a mocked version of the API that will generate response output.
Expand Down Expand Up @@ -67,3 +73,4 @@ func main() {
## Notes

- Written with JSON responses in mind, the XML response seems a little more involved, so XML isn't supported at this time.
- Written with SMITE in mind, the Paladins endpoints are present but have not been fully tested so there are no guarantees.

0 comments on commit 45957f5

Please sign in to comment.