- Authorization -> -> Bearer token
- backKey -> -> api key
-
api/token
- Request Type = Post
- Provide {"username": "username", "password": "password"} in the body, RESPONSE = JWT Token, Labmda api key per user, and user id.
-
api/loot
- Request Type = Get
- Implements phil's search algo, searches the map until 1000 treasure is aquired. Returns back to start
-
api/piraterys
- Request Type = Get
- Implements phil's travel to algo, travels to the pirateys location.
- Name change location.
-
api/brightlylitroom
- Request Type = Get
- Implements phil's travel to algo, travels to the brightly lit room location.
-
api/shop
- Request Type = Get
- Implements phil's travel to algo, travels to the shop location.
-
api/mistyroom
- Request Type = Get
- Implements phil's travel to algo, travels to the misty room location.
-
api/mtholloway
- Request Type = Get
- Implements phil's travel to algo, travels to the mt holloway location.
-
api/peakmtholloway
- Request Type = Get
- Implements phil's travel to algo, travels to the peak mt holloway location.
-
api/transmogriphier
- Request Type = Get
- Implements phil's travel to algo, travels to the transmogriphier location.
-
api/adarkcave
- Request Type = Get
- Implements phil's travel to algo, travels to the a dark cave location.
-
api/linhsshrine
- Request Type = Get
- Implements phil's travel to algo, travels to the a linhs shrine location.
-
api/glassowynsgrave
- Request Type = Get
- Implements phil's travel to algo, travels to the a glassowyns grave location.
-
api/wishingwell
- Request Type = Get
- Implements phil's travel to algo, travels to the a wishing well location.
-
api/map
- Request Type = Get
- Traversed Map data endpoint
-
api/decode
- Request Type = Get
- Once at the wishing well, endpoint decodes the prayer using an implementation of a ls8 emulator
-
api/mine
- Request Type = Get
- Once at the room that the decoded message points to, this endpoint implements Josh's mining algo to mine the coin.