From 1728e2e41ce116c907f56763ebdae65b82ff0e01 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 6 Nov 2023 13:20:05 +0100 Subject: [PATCH] Add sites and storage available routes to documentation --- docs/routes.md | 48 +++++++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 17 deletions(-) diff --git a/docs/routes.md b/docs/routes.md index 639fb47..270920e 100644 --- a/docs/routes.md +++ b/docs/routes.md @@ -2,27 +2,10 @@ FIO Wrapper includes the most commonly used FIO REST API endpoints. -## Planet - -- `GET` /planet/{Planet} -- `GET` /planet/allplanets -- `GET` /planet/allplanets/full -- `GET` /planet/sites/{Planet} -- `POST` /planet/search - -## Material -- `GET` /material/{MaterialTicker} -- `GET` /material/allmaterials -- `GET` /material/category/{CategoryName} - ## Building - `GET` /building/{BuildingTicker} - `GET` /building/allbuildings -## Recipes -- `GET` /recipes/{Ticker} -- `GET` /recipes/allrecipes - ## Exchange - `GET` /exchange/{ExchangeTicker} - `GET` /exchange/all @@ -37,3 +20,34 @@ FIO Wrapper includes the most commonly used FIO REST API endpoints. - `GET` /localmarket/shipping/destination/{Planet} - `GET` /localmarket/company/{Company} +## Material +- `GET` /material/{MaterialTicker} +- `GET` /material/allmaterials +- `GET` /material/category/{CategoryName} + +## Planet + +- `GET` /planet/{Planet} +- `GET` /planet/allplanets +- `GET` /planet/allplanets/full +- `GET` /planet/sites/{Planet} +- `POST` /planet/search + +## Recipes +- `GET` /recipes/{Ticker} +- `GET` /recipes/allrecipes + +## Sites + +- `GET` /sites/{UserName} +- `GET` /sites/planets/{UserName} +- `GET` /sites/{UserName}/{Planet} +- `GET` /sites/warehouses/{UserName} + +## Storage + +- `GET` /storage/{UserName} +- `GET` /storage/planets/{UserName} +- `GET` /storage/{UserName}/{StorageDescription} + +