Skip to content

Commit 9335e9e

Browse files
committed
add alm xp
1 parent 0cfe9e7 commit 9335e9e

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

openapi-3.0.yaml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-stoplight:
33
id: ezdjxlif28ceb
44
info:
55
title: dofusdude
6-
version: 1.0.0-rc.8
6+
version: 1.0.0-rc.9
77
description: "# Open Ankama Developer Community\nThe all-in-one toolbelt for your next Ankama related project.\n\n## Versions\n- [Dofus 2](https://docs.dofusdu.de/dofus2/)\n- [Dofus 3](https://docs.dofusdu.de/dofus3/)\n - v1 [latest] (you are here) \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- [Java](https://github.com/dofusdude/dofusdude-java) Maven with GitHub packages setup\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- \U0001F977 **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.\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 \U0001F1E9\U0001F1EA.\n\n- \U0001F4E8 **Almanax Discord Integration** Use the endpoints as a dev or the official [Web Client](https://discord.dofusdude.com) as a user.\n\n- \U0001FA78 **Dofus 3 Beta** from stable to bleeding edge by replacing /dofus3 with /dofus3beta.\n\n- \U0001F5E3️ **Multilingual** supporting _en_, _fr_, _es_, _pt_, _de_.\n\n- \U0001F9E0 **Search by Relevance** allowing typos in name and description, handled by language specific text analysis and indexing.\n\n- \U0001F575️ **Official Sources** generated from actual data from the game.\n\n... and much more on the Roadmap on my [Discord](https://discord.gg/3EtHskZD8h).\n"
88
contact:
99
name: Survival
@@ -3023,6 +3023,11 @@ paths:
30233023
in: query
30243024
name: timezone
30253025
description: 'determine what the current time is. If you live in Brazil, "today" will be hours apart from Paris. Use your timezone to get results relative to your location.'
3026+
- schema:
3027+
type: integer
3028+
in: query
3029+
name: level
3030+
description: character level for the reward_xp field
30263031
x-stoplight:
30273032
id: fy8l7o3sz1jyo
30283033
"/dofus3/v1/{language}/almanax/{date}":
@@ -3064,6 +3069,12 @@ paths:
30643069
description: Get a single date. There are not more details in the returned object than the normal range endpoint.
30653070
x-stoplight:
30663071
id: d0000xjgaenyh
3072+
parameters:
3073+
- schema:
3074+
type: integer
3075+
in: query
3076+
name: level
3077+
description: character level for the reward_xp field
30673078
"/{game}/v1/meta/elements":
30683079
get:
30693080
summary: Effects and Condition Elements
@@ -4395,6 +4406,7 @@ components:
43954406
x-examples: {}
43964407
x-stoplight:
43974408
id: vrmvy5zbqek3g
4409+
title: Almanax
43984410
properties:
43994411
bonus:
44004412
type: object
@@ -4432,7 +4444,12 @@ components:
44324444
id: oneb4usnoodzz
44334445
description: Amount of Kamas you get as reward for finishing this Almanax quest.
44344446
nullable: true
4435-
title: Almanax
4447+
reward_xp:
4448+
type: integer
4449+
x-stoplight:
4450+
id: d1luifqc9whyg
4451+
description: Optional field that shows when a level is given in the request. Shows the experience points you get this day for finishing this Almanax quest.
4452+
nullable: true
44364453
CreateTwitterWebhook:
44374454
type: object
44384455
x-examples:

0 commit comments

Comments
 (0)