aboutsummaryrefslogtreecommitdiff
path: root/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
* Restructure under lisp directoryJohnson Denen2017-04-091-114/+0
|
* Add optional headers to POST methodJohnson Denen2017-04-091-2/+2
|
* Authentication via OAuth2Johnson Denen2017-04-091-0/+114
- 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