TibiaData / tibiadata-api-go

TibiaData API written in Golang and deployed in container (version v3 and above).
https://api.tibiadata.com
MIT License
79 stars 26 forks source link

align transfer_type in world and worlds endpoints #347

Closed tobiasehlert closed 4 months ago

tobiasehlert commented 4 months ago

Align so that worlds and world endpoints have same value in transfer_type field value. Default of transfer_type should be regular.

Example on /v4/world/Vunira

"transfer_type": "",

Example on /v4/worlds

"transfer_type": "regular",