Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# TibiaData API assets

[![assets-generator](https://github.com/TibiaData/tibiadata-api-assets/actions/workflows/generate.yml/badge.svg)](https://github.com/TibiaData/tibiadata-api-assets/actions/workflows/generate.yml)
[![GitHub license](https://img.shields.io/github/license/TibiaData/tibiadata-api-assets)](https://github.com/TibiaData/tibiadata-api-assets/blob/main/LICENSE)
[![assets-generator](https://github.com/tibiadata/tibiadata-api-assets/actions/workflows/generate.yml/badge.svg)](https://github.com/tibiadata/tibiadata-api-assets/actions/workflows/generate.yml)
[![GitHub license](https://img.shields.io/github/license/tibiadata/tibiadata-api-assets)](https://github.com/tibiadata/tibiadata-api-assets/blob/main/LICENSE)

JSON assets that are almost static for the TibiaData API.

This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/TibiaData/tibiadata-api-go) image.
This repo contains tooling that generates the assets json files used by the [tibiadata-api-go](https://github.com/tibiadata/tibiadata-api-go) image.

The generated file can be accessed on [assets.tibiadata.com](https://assets.tibiadata.com) in a minified or pretty version.

## What's inside

The generation will be generating new json files on a scheduled interval, providing updates JSON data files used by the container.

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.
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.

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.

Expand All @@ -25,5 +25,5 @@ Tibia is a registered trademark of [CipSoft GmbH](https://www.cipsoft.com/en/).

## Credits

- Authors: [Tobias Lindberg](https://github.com/tobiasehlert) – [List of contributors](https://github.com/TibiaData/tibiadata-api-assets/graphs/contributors)
- Authors: [Tobias Lindberg](https://github.com/tobiasehlert) – [List of contributors](https://github.com/tibiadata/tibiadata-api-assets/graphs/contributors)
- Distributed under [MIT License](LICENSE)
16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ <h1 class="pb-2 border-bottom">TibiaData Assets</h1>
</p>

<p>
This repo (<a href="https://github.com/TibiaData/tibiadata-api-assets"
This repo (<a href="https://github.com/tibiadata/tibiadata-api-assets"
target="_blank">tibiadata-api-assets</a>) contains tooling that generates the assets json files used
by the
<a href="https://github.com/TibiaData/tibiadata-api-go" target="_blank">tibiadata-api-go</a> image.
<a href="https://github.com/tibiadata/tibiadata-api-go" target="_blank">tibiadata-api-go</a> image.
</p>

<p>
Expand Down Expand Up @@ -208,40 +208,40 @@ <h5>GitHub repos</h5>
<ul class="nav flex-column">

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-api-assets" class="nav-link p-0 text-muted"
<a href="https://github.com/tibiadata/tibiadata-api-assets" class="nav-link p-0 text-muted"
target="_blank">
tibiadata-api-assets
</a>
</li>

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
<a href="https://github.com/tibiadata/tibiadata-api-docs" class="nav-link p-0 text-muted" target="_blank">
tibiadata-api-docs
</a>
</li>

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
<a href="https://github.com/tibiadata/tibiadata-api-go" class="nav-link p-0 text-muted" target="_blank">
tibiadata-api-go
</a>
</li>

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-docker-compose" class="nav-link p-0 text-muted"
<a href="https://github.com/tibiadata/tibiadata-docker-compose" class="nav-link p-0 text-muted"
target="_blank">
tibiadata-docker-compose
</a>
</li>

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-helm-charts" class="nav-link p-0 text-muted"
<a href="https://github.com/tibiadata/tibiadata-helm-charts" class="nav-link p-0 text-muted"
target="_blank">
tibiadata-helm-charts
</a>
</li>

<li class="nav-item mb-2">
<a href="https://github.com/TibiaData/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
<a href="https://github.com/tibiadata/tibiadata-website" class="nav-link p-0 text-muted" target="_blank">
tibiadata-website
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/TibiaData/tibiadata-api-assets
module github.com/tibiadata/tibiadata-api-assets

go 1.25.0

Expand Down