summaryrefslogtreecommitdiff
path: root/endpoints.lisp
AgeCommit message (Collapse)Author
2023-02-18Saturday Pair Sessioncolin
2023-01-28Tweakcolin
2023-01-25Modify: flash feature to be more robust; add labelscolin
2023-01-25Add: initial flash function; modified endpoints to use itcolin
This is untested. Just commiting to share.
2023-01-25Organize: putting utilities firstcolin
Its nice to have macros load before defuns that use them.
2023-01-24Add: doorkeeper :message param to pass info to userGrant Shangreaux
Basic handling for when a hero name is entered but does not exist in the store. The /tavern-door endpoint will parse a NAME query param and the doorkeeper says they've never heard of them.
2023-01-24Clean: reorganize and document some of endpoints.lispGrant Shangreaux
2023-01-21Rename: routs.lisp->endpoints.lispcolin