Skip to content

Commit

Permalink
Comment out Swagger UI link and fix #404
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Jan 27, 2025
1 parent 7a8b2bf commit 05d4bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# API Docs
This page serves as the documentation for the Pirate Weather API call and response format. Since this service is designed to be a drop in replacement for the [Dark Sky API](https://web.archive.org/web/20200723173936/https://darksky.net/dev/docs), the goal is to match that as closely as possible, and any disagreement between their service and Pirate Weather will be treated as a bug. However, as Pirate Weather continues to evolve, I plan on adding small, non-breaking additions where I can, and they will be documented here! Plus, always better to have my own (open source and editable) version of the docs!

An alpha [Swagger UI](https://github.com/swagger-api/swagger-ui) for the API is also available at <https://api.pirateweather.net/docs>.
<!-- An alpha [Swagger UI](https://github.com/swagger-api/swagger-ui) for the API is also available at <https://api.pirateweather.net/docs>. -->

## Request
The minimum structure for every request to this service is the same:
Expand Down

0 comments on commit 05d4bd8

Please sign in to comment.