Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fzerorubigd committed Nov 19, 2024
1 parent 0513093 commit fb34865
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,20 @@ Person API
---
For getting the person image you can use the -undocumented- person API `PersonImage`

GeekList
---
The library supports getting the lists by their id using the `GeekList` function

Hotness
---
It is possible to get thodays hotness and the the change since yesterday using the `Hotness` function


Rate Limiting
---

Boardgamegeek does rate limit on all the api calls. Its a good idea to add a rate limiter to your client.
it is already supported and I recommend the
it is already supported and I recommend the `go.uber.org/ratelimit`

```go
import (
Expand Down

0 comments on commit fb34865

Please sign in to comment.