Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Apr 7, 2024
1 parent a9756fa commit 891e8ee
Show file tree
Hide file tree
Showing 65 changed files with 259 additions and 177 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
The all-in-one toolbelt for your next Ankama related project.

## Client SDKs
- [Javascript](https://github.com/dofusdude/dofusdude-js) npm i dofusdude-js --save
- [Typescript](https://github.com/dofusdude/dofusdude-ts) npm i dofusdude-ts --save
- [Go](https://github.com/dofusdude/dodugo) go get -u github.com/dofusdude/dodugo
- [Python](https://github.com/dofusdude/dofusdude-py) pip install dofusdude
- [Javascript](https://github.com/dofusdude/dofusdude-js) `npm i dofusdude-js --save`
- [Typescript](https://github.com/dofusdude/dofusdude-ts) `npm i dofusdude-ts --save`
- [Go](https://github.com/dofusdude/dodugo) `go get -u github.com/dofusdude/dodugo`
- [Python](https://github.com/dofusdude/dofusdude-py) `pip install dofusdude`
- [PHP](https://github.com/dofusdude/dofusdude-php)
- [Java](https://github.com/dofusdude/dofusdude-java) Maven with GitHub packages setup

Everything, including this site, is generated out of the [Docs Repo](https://github.com/dofusdude/api-docs). Consider it the Single Source of Truth. If there is a problem with the SDKs, create an issue there.

Your favorite language is missing? Please let me know!

# Main Features
- 🥷 **Seamless Auto-Update** load data in the background when a new Dofus version is released and serving it within 2 minutes with atomic data source switching. No downtime and no effects for the user, just always up-to-date.
- 🥷 **Seamless Auto-Update** load data in the background when a new Dofus version is released and serving it within 10 minutes with atomic data source switching. No downtime and no effects for the user, just always up-to-date.

-**Blazingly Fast** all data in-memory, aggressive caching over short time spans, HTTP/2 multiplexing, written in Go, optimized for low latency, hosted on bare metal in 🇩🇪.

Expand All @@ -31,22 +32,13 @@ Your favorite language is missing? Please let me know!

- 🖼️ **HD Images** rendering game assets to high-res images with up to 800x800 px.

... and much more on the Roadmap on my Discord.
... and much more on the Roadmap on my [Discord](https://discord.gg/3EtHskZD8h).

## Deploy now. Use forever.
Everything you see here on this site, you can use now and forever. Updates could introduce new fields, new paths or parameter but never break backwards compatibility.

There is one exception! **The API will _always_ choose being up-to-date over everything else**. So if Ankama decides to drop languages from the game like they did with their website, the API will loose support for them, too.

## Thank you!
I highly welcome everyone on my [Discord](https://discord.gg/3EtHskZD8h) to just talk about projects and use cases or give feedback of any kind.

The servers have a fixed monthly cost to provide very fast responses. If you want to help me keeping them running or simply donate to that cause, consider becoming a [GitHub Sponsor](https://github.com/sponsors/dofusdude).

## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 0.8.3
- API version: 0.9.0
- Package version: 1.0.0
- Generator version: 7.5.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down
79 changes: 43 additions & 36 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,42 @@ info:
email: [email protected]
name: Survival
url: https://discord.gg/3EtHskZD8h
description: "# A project for you - the developer.\nThe all-in-one toolbelt for\
\ your next Ankama related project.\n\n## Client SDKs\n- [Javascript](https://github.com/dofusdude/dofusdude-js)\
\ npm i dofusdude-js --save\n- [Typescript](https://github.com/dofusdude/dofusdude-ts)\
\ npm i dofusdude-ts --save\n- [Go](https://github.com/dofusdude/dodugo) go get\
\ -u github.com/dofusdude/dodugo\n- [Python](https://github.com/dofusdude/dofusdude-py)\
\ pip install dofusdude\n- [PHP](https://github.com/dofusdude/dofusdude-php)\n\
\nEverything, including this site, is generated out of the [Docs Repo](https://github.com/dofusdude/api-docs).\
\ Consider it the Single Source of Truth. If there is a problem with the SDKs,\
\ create an issue there.\n\nYour favorite language is missing? Please let me know!\n\
\n# Main Features\n- 🥷 **Seamless Auto-Update** load data in the background when\
\ a new Dofus version is released and serving it within 2 minutes with atomic\
\ data source switching. No downtime and no effects for the user, just always\
\ up-to-date.\n\n- ⚡ **Blazingly Fast** all data in-memory, aggressive caching\
\ over short time spans, HTTP/2 multiplexing, written in Go, optimized for low\
\ latency, hosted on bare metal in 🇩🇪.\n\n- 📨 **Discord Integration** Ankama\
\ related RSS and Almanax feeds to post to Discord servers with advanced features\
\ like filters or mentions. Use the endpoints as a dev or the official [Web Client](https://discord.dofusdude.com)\
\ as a user.\n\n- 🩸 **Dofus 2 Beta** from stable to bleeding edge by replacing\
\ /dofus2 with /dofus2beta.\n\n- 🗣️ **Multilingual** supporting _en_, _fr_, _es_,\
\ _pt_ including the dropped languages from the Dofus website _de_ and _it_.\n\
\n- 🧠 **Search by Relevance** allowing typos in name and description, handled\
\ by language specific text analysis and indexing.\n\n- 🕵️ **Complete** actual\
\ data from the game including items invisible to the encyclopedia like quest\
\ items.\n\n- 🖼️ **HD Images** rendering game assets to high-res images with\
\ up to 800x800 px.\n\n... and much more on the Roadmap on my Discord. \n\n##\
\ Deploy now. Use forever.\nEverything you see here on this site, you can use\
\ now and forever. Updates could introduce new fields, new paths or parameter\
\ but never break backwards compatibility.\n\nThere is one exception! **The API\
\ will _always_ choose being up-to-date over everything else**. So if Ankama decides\
\ to drop languages from the game like they did with their website, the API will\
\ loose support for them, too.\n\n## Thank you!\nI highly welcome everyone on\
\ my [Discord](https://discord.gg/3EtHskZD8h) to just talk about projects and\
\ use cases or give feedback of any kind.\n\nThe servers have a fixed monthly\
\ cost to provide very fast responses. If you want to help me keeping them running\
\ or simply donate to that cause, consider becoming a [GitHub Sponsor](https://github.com/sponsors/dofusdude)."
description: |
# A project for you - the developer.
The all-in-one toolbelt for your next Ankama related project.
## Client SDKs
- [Javascript](https://github.com/dofusdude/dofusdude-js) `npm i dofusdude-js --save`
- [Typescript](https://github.com/dofusdude/dofusdude-ts) `npm i dofusdude-ts --save`
- [Go](https://github.com/dofusdude/dodugo) `go get -u github.com/dofusdude/dodugo`
- [Python](https://github.com/dofusdude/dofusdude-py) `pip install dofusdude`
- [PHP](https://github.com/dofusdude/dofusdude-php)
- [Java](https://github.com/dofusdude/dofusdude-java) Maven with GitHub packages setup
Everything, including this site, is generated out of the [Docs Repo](https://github.com/dofusdude/api-docs). Consider it the Single Source of Truth. If there is a problem with the SDKs, create an issue there.
Your favorite language is missing? Please let me know!
# Main Features
- 🥷 **Seamless Auto-Update** load data in the background when a new Dofus version is released and serving it within 10 minutes with atomic data source switching. No downtime and no effects for the user, just always up-to-date.
- ⚡ **Blazingly Fast** all data in-memory, aggressive caching over short time spans, HTTP/2 multiplexing, written in Go, optimized for low latency, hosted on bare metal in 🇩🇪.
- 📨 **Discord Integration** Ankama related RSS and Almanax feeds to post to Discord servers with advanced features like filters or mentions. Use the endpoints as a dev or the official [Web Client](https://discord.dofusdude.com) as a user.
- 🩸 **Dofus 2 Beta** from stable to bleeding edge by replacing /dofus2 with /dofus2beta.
- 🗣️ **Multilingual** supporting _en_, _fr_, _es_, _pt_ including the dropped languages from the Dofus website _de_ and _it_.
- 🧠 **Search by Relevance** allowing typos in name and description, handled by language specific text analysis and indexing.
- 🕵️ **Complete** actual data from the game including items invisible to the encyclopedia like quest items.
- 🖼️ **HD Images** rendering game assets to high-res images with up to 800x800 px.
... and much more on the Roadmap on my [Discord](https://discord.gg/3EtHskZD8h).
title: dofusdude
version: 0.8.3
version: 0.9.0
servers:
- description: API
url: https://api.dofusdu.de
Expand Down Expand Up @@ -6757,6 +6756,7 @@ components:
Almanax-Entry:
example:
date: date
reward_kamas: 1
bonus:
description: description
type:
Expand All @@ -6780,6 +6780,13 @@ components:
type: string
tribute:
$ref: '#/components/schemas/Almanax_Entry_tribute'
reward_kamas:
description: Amount of Kamas you get as reward for finishing this Almanax
quest.
nullable: true
type: integer
x-stoplight:
id: oneb4usnoodzz
type: object
x-examples: {}
x-stoplight:
Expand Down
4 changes: 2 additions & 2 deletions api_almanax.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api_consumables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 891e8ee

Please sign in to comment.