tibiadata-api-go
tibiadata-api-go copied to clipboard
TibiaData API written in Golang and deployed in container (version v3 and above).
New endpoint supporting data from pages like this one is added: - https://www.tibia.com/forum/?action=thread&threadid=4729442
New endpoint is added: `3/forum/board/{board_id}` that returns all the data available on sites like: - https://www.tibia.com/forum/?action=board&boardid=146482
New endpoint is added: `v3/forum/section/{name}` that returns all the data available on sites: - https://www.tibia.com/forum/?subtopic=worldboards - https://www.tibia.com/forum/?subtopic=tradeboards - https://www.tibia.com/forum/?subtopic=communityboards - https://www.tibia.com/forum/?subtopic=supportboards
Have you considered exposing an endpoint for getting the Drome leaderboard data? Parameters would be `world` and `rotation`, where `rotation` would default to the current one, just like on the...
This feature includes following endpoints: - current auctions - auction history - auction details Original PR was #23
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.2 to 2.15.3. Release notes Sourced from github.com/go-resty/resty/v2's releases. v2.15.3 Release Notes Bug Fixes fix: 'invalid memory address or nil pointer dereference' in response logger by @matlockx...
Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.15.2 to 2.15.3. Release notes Sourced from github.com/go-resty/resty/v2's releases. v2.15.3 Release Notes Bug Fixes fix: 'invalid memory address or nil pointer dereference' in response logger by @matlockx...
An enhancement to the current character data structure to include a link property that provides the URL to the character's profile on tibia.com. This would be useful for directly accessing...
link to issue: https://github.com/TibiaData/tibiadata-api-go/issues/470 - Wrap incoming HTML in charset.NewReader before goquery parsing - Ensures ISO‑8859‑1 (and other legacy) input is normalized to UTF‑8 - Prevents “mojibake” (e.g. “ä” instead...