Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 653 Bytes

K(c)lasses

K(c)lasses are used for a person to determine which skills and feats the character will have.

NOTE: These routes prefer the spelling klass to prevent any conflicts in reserved words in programming languages.

GET https://api.opendnd.org/v1/klasses

Get all klass options for your account.

POST https://api.opendnd.org/v1/klasses

Create a klass option for your account.

GET https://api.opendnd.org/v1/klasses/:klass_id

Get a klass option.

PUT https://api.opendnd.org/v1/klasses/:klass_id

Update a klass option.

DELETE https://api.opendnd.org/v1/klasses/:klass_id

Delete a klass option.