aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restructure under lisp directoryJohnson Denen2017-04-094-114/+111
|
* Add optional headers to POST methodJohnson Denen2017-04-091-2/+2
|
* Authentication via OAuth2Johnson Denen2017-04-092-0/+115
- Store auth token, client-id, and client-secret in plstore file - Generate auth data if not present in plstore - Use auth data if present in plstore - Helper functions - Lots of improvement needed