You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON assets that are almost static for the TibiaData API.
7
7
8
-
This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) image.
8
+
This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) image.
9
9
10
10
The generated file can be accessed on [assets.tibiadata.com](https://assets.tibiadata.com) in a minified or pretty version.
11
11
12
12
## What's inside
13
13
14
14
The generation will be generating new json files on a scheduled interval, providing updates JSON data files used by the container.
15
15
16
-
There are some details missing from the upstream servers called on by [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) application, so therefore this data provides information.
16
+
There are some details missing from the upstream servers called on by [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) application, so therefore this data provides information.
17
17
18
18
Example of data that is missing is a list of valid worlds that can have houses/guildhalls or mapping for every houseid for us to provide the town and housetype.
19
19
@@ -25,5 +25,5 @@ Tibia is a registered trademark of [CipSoft GmbH](https://www.cipsoft.com/en/).
25
25
26
26
## Credits
27
27
28
-
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert) – [List of contributors](https://github.com/TibiaData/tibiadata-api-assets/graphs/contributors)
28
+
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert) – [List of contributors](https://github.com/tibiadata/tibiadata-api-assets/graphs/contributors)
0 commit comments