Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 10, 2022
1 parent c119f2c commit 8782054
Show file tree
Hide file tree
Showing 73 changed files with 1,609 additions and 556 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ docs/AlmanaxEntryTributeItem.md
docs/AlmanaxWebhook.md
docs/AlmanaxWebhookDailySettings.md
docs/ConditionEntry.md
docs/ConditionEntryElement.md
docs/ConsumablesApi.md
docs/Cosmetic.md
docs/CosmeticsApi.md
Expand Down Expand Up @@ -77,6 +78,7 @@ model_almanax_entry_tribute_item.go
model_almanax_webhook.go
model_almanax_webhook_daily_settings.go
model_condition_entry.go
model_condition_entry_element.go
model_cosmetic.go
model_create_almanax_webhook.go
model_create_almanax_webhook_daily_settings.go
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Don't write types or functions yourself - I already (kinda) did! 😉
- [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)

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.

Expand Down Expand Up @@ -66,7 +67,6 @@ Or see how these other awesome projects use it:
- [KaellyBot](https://github.com/Kaysoro/KaellyBot) by Kaysoro
- [Dofus Craftlist](https://dofuscraftlist-dev.netlify.app) by Lystina
- [AlmanaxApp](https://almanaxapp.netlify.app) by Lystina
- [luwnarya.fr](https://luwnarya.fr)

I highly recommend using the SDKs for quick results. I use them myself for microservices for the API.

Expand All @@ -76,11 +76,10 @@ I highly welcome everyone on my [Discord](https://discord.gg/3EtHskZD8h) to just
The servers have a fixed monthly cost to provide very fast responses. If you want to help me keeping them running or simply donate, 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.7.0
- API version: 0.7.1
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)
Expand All @@ -91,7 +90,6 @@ Install the following dependencies:

```shell
go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context
```

Expand Down Expand Up @@ -213,6 +211,7 @@ Class | Method | HTTP request | Description
- [AlmanaxWebhook](docs/AlmanaxWebhook.md)
- [AlmanaxWebhookDailySettings](docs/AlmanaxWebhookDailySettings.md)
- [ConditionEntry](docs/ConditionEntry.md)
- [ConditionEntryElement](docs/ConditionEntryElement.md)
- [Cosmetic](docs/Cosmetic.md)
- [CreateAlmanaxWebhook](docs/CreateAlmanaxWebhook.md)
- [CreateAlmanaxWebhookDailySettings](docs/CreateAlmanaxWebhookDailySettings.md)
Expand Down
Loading

0 comments on commit 8782054

Please sign in to comment.