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
Copy file name to clipboardExpand all lines: openapi-3.0.yaml
+8-56Lines changed: 8 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ x-stoplight:
3
3
id: ezdjxlif28ceb
4
4
info:
5
5
title: dofusdude
6
-
version: 1.0.0-rc.5
6
+
version: 1.0.0-rc.6
7
7
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"
8
8
contact:
9
9
name: Survival
@@ -24,7 +24,6 @@ paths:
24
24
- en
25
25
- fr
26
26
- de
27
-
- it
28
27
- es
29
28
- pt
30
29
maxLength: 2
@@ -129,7 +128,6 @@ paths:
129
128
- en
130
129
- fr
131
130
- de
132
-
- it
133
131
- es
134
132
- pt
135
133
maxLength: 2
@@ -189,7 +187,7 @@ paths:
189
187
type: string
190
188
example: Dragodinde
191
189
in: query
192
-
name: "filter[family_name]"
190
+
name: "filter[family.name]"
193
191
description: only results with the translated family name
194
192
- schema:
195
193
type: integer
@@ -200,6 +198,11 @@ paths:
200
198
in: query
201
199
name: limit
202
200
description: maximum number of returned results
201
+
- schema:
202
+
type: integer
203
+
in: query
204
+
name: "filter[family.id]"
205
+
description: only results with the unique family id
203
206
x-stoplight:
204
207
id: 55fkjddmfhh7n
205
208
"/{game}/v1/{language}/sets/search":
@@ -210,7 +213,6 @@ paths:
210
213
- en
211
214
- fr
212
215
- de
213
-
- it
214
216
- es
215
217
- pt
216
218
maxLength: 2
@@ -312,7 +314,6 @@ paths:
312
314
- en
313
315
- fr
314
316
- de
315
-
- it
316
317
- es
317
318
- pt
318
319
maxLength: 2
@@ -367,12 +368,6 @@ paths:
367
368
name: query
368
369
description: case sensitive search query
369
370
required: true
370
-
- schema:
371
-
type: string
372
-
example: Justicieros
373
-
in: query
374
-
name: "filter[type_name]"
375
-
description: only results with the translated type name
376
371
- schema:
377
372
type: integer
378
373
example: 60
@@ -408,7 +403,7 @@ paths:
408
403
- vigilantes
409
404
uniqueItems: true
410
405
in: query
411
-
name: "filter[type_enum]"
406
+
name: "filter[type.name_id]"
412
407
description: multi-filter results with the english type name. Add with "wood" or "+wood" and exclude with "-wood".
0 commit comments