Skip to content

Flask REST API for retrieving information about Caves of Qud game objects

License

Notifications You must be signed in to change notification settings

TrashMonks/qud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qud-api

This is a Flask REST API designed to serve the haberdasher project.. It uses hagadias as its backend.

Endpoints

All endpoints begin with qud-api/.

anatomies: Available creature anatomies.

{
  "AirWell": [
    {
      "Name": "Upper Dome", 
      "Type": "Head"
    }, 
    {
      "Name": "Back", 
      "Type": "Back"
    }, 
...

wearables: All equipment that can be equipped to body slots. For the hand slots, this only includes melee weapons.

About

Flask REST API for retrieving information about Caves of Qud game objects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages