Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WIP triage function on toot send | Johnson Denen | 2017-04-09 | 2 | -4/+6 |
| | |||||
* | Fix void-function error | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 4 | -60/+167 |
| | |||||
* | Add follow scope | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 4 | -114/+111 |
| | |||||
* | Add optional headers to POST method | Johnson Denen | 2017-04-09 | 1 | -2/+2 |
| | |||||
* | Authentication via OAuth2 | Johnson Denen | 2017-04-09 | 2 | -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 |