Skip to content

Commit

Permalink
Fix outdated API spec links (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lelebees authored Nov 19, 2024
1 parent d4feb98 commit fb11279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ but rather a community driven effort to provide the information of Helldivers 2
The API does not require authentication (unless you'd like higher rate limits than the default, see [rate limits](#rate-limits)),
so all you need to do is call it's publicly available endpoints.

We provide an [OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API.json) specification of the community API as well as
a [SwaggerUI](https://helldivers-2.github.io/api/docs/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an
[OpenAPI](https://helldivers-2.github.io/api/docs/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use
We provide an [OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API.json) specification of the community API as well as
a [SwaggerUI](https://helldivers-2.github.io/api/openapi/swagger-ui.html) (which visualizes the OpenAPI document). We also provide an
[OpenAPI](https://helldivers-2.github.io/api/openapi/Helldivers-2-API_arrowhead.json) of the official ArrowHead studio's API we use
internally, however we strongly encourage you to use the `/raw` endpoints of the community wrapper instead of accessing
the ArrowHead API directly, as it puts additional load on their servers (besides, we have shinier endpoints, I swear!).

Expand Down

0 comments on commit fb11279

Please sign in to comment.