tibiadata-api-go icon indicating copy to clipboard operation
tibiadata-api-go copied to clipboard

TibiaData API written in Golang and deployed in container (version v3 and above).

Results 30 tibiadata-api-go issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.13.0 to 2.13.1. Release notes Sourced from github.com/go-resty/resty/v2's releases. v2.13.1 Release Notes Fixes fix: correct resty version number which was missed in the previous release by @​jeevatkm...

dependencies
go

Bumps golang from 1.22.2 to 1.22.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.2&new-version=1.22.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Bumps [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) from 2.13.0 to 2.13.1. Release notes Sourced from github.com/go-resty/resty/v2's releases. v2.13.1 Release Notes Fixes fix: correct resty version number which was missed in the previous release by @​jeevatkm...

dependencies
go

Character **Sergiozk** Crushed at Level 597 by Irynn, Indio Pedibrek, Tenoriio Rex, Pitucola, Lekinho Destroyer, Sergiozk, Aperninha de grilo, Bino Pally Rox, Experience Hunter, Lohana Darkside, **Flavzk (traded) and paladin...

bug

Character **Lester Padrin** Crushed at Level 416 by Hawker Dashzik, Atestado Di Obto, Dadau Rush, Nadica, Mindubina Lovers, Fogosz, Bino Pally Rox, Seborredelson, Miko Miner and **knight familiar of Lekinho...

bug

When codecov workflow executes, it throws 3 errors saying it receives Bad Request from upstream. ```plain === RUN TestFakeToUpCodeCoverage Warning: 2023/10/09 11:23:24 [warning] TibiaCreaturesCreatureImpl called on invalid creature webserver_test.go:65: Error...

bug

### Problem Not all kills shown on tibia.com appear in the deathlog in tibiadata ### Expected behavior all kills are shown, even if some fields cannot be populated ### Detail...

bug
good first issue

1. Request `/v4/world/{name}` with not existing world return status code **400(Bad Request)** instead of **404(Not Found)** e.g. "https://api.tibiadata.com/v4/world/Anticaa" return: ``` json { "information": { "api": { "version": 4, "release": "4.0.2",...

good first issue
WIP
postponed

## TLDR (Original TLDR at the end of this comment) While I was working on removing regexes from parsers, I noticed that the speed gain and reduced usage was not...

New endpoint is added: `v4/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 Similar to #215 but for v4

documentation
enhancement
good first issue
go