aboutsummaryrefslogtreecommitdiffstats
path: root/wajir.asd
AgeCommit message (Collapse)Author
2022-05-08Move configuration into a `config` objectTeddy Wing
We can later make a config from command line arguments. Also don't require "https://" prefix from endpoint config. Doesn't make sense to require that in the input when we can add it in the program.
2022-05-08Generate HTTP Basic auth base64 from user and tokenTeddy Wing
2022-05-07wajir.asd: Clean up registry search path codeTeddy Wing
Remove old test code.
2022-05-07Parse JSON from Jira responseTeddy Wing
Parse the Jira response into a hash that we can interact with. Needed to do some finagling to get my "lib" submodule directory to be searched for systems.
2022-05-07Try querying issues from JiraTeddy Wing
Set up a Common Lisp project skeleton and make a request to the Atlassian API to get a filtered list of issues that the current user isn't watching.