Skip to content

ForeverThinking/sailwind-api

Repository files navigation

Docker Image CI .NET

A Simple API Based Off The Game Sailwind

Currency

Six endpoints to convert between gold and the three major currencies.

POST Currency/GoldToCrowns?gold={value: double}
POST Currency/GoldToLions?gold={value: double}
POST Currency/GoldToDragons?gold={value: double}
POST Currency/CrownsToGold?crowns={value: double}
POST Currency/LionsToGold?lions={value: double}
POST Currency/DragonsToGold?dragons={value: double}

Voyage

Two endpoints; one to add a navigation reading (lat, long) and one to retrieve all the readings

GET Voyage/GetLocations
POST Voyage/AddLocation
body { latitude: double, longitude: double}

About

A very simple API based off the game Sailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published