forked from sigma/gh.el
-
Notifications
You must be signed in to change notification settings - Fork 0
kidd/gh.el
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a (very early) GitHub client library for Emacs. Dependencies: - pcache.el : https://github.com/sigma/pcache - logito.el : https://github.com/sigma/logito This library also allows implementation of the various authentication schemes (password, OAuth). Implementation is heavily based on EIEIO so that various components can be replaced easily. Current state: - basic API v3 handler - functional password-based authentication - basic but usable low-level Gist API Development: To help developing gh.el, fork the project and issue a pull request. To run the tests check the Makefile and make sure you load the required libs with. EFLAGS = -l ../pcache/pcache.el -l ../logito/logito.el -l ../mocker.el/mocker.el
About
GitHub API library for Emacs
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Emacs Lisp 90.3%
- Python 9.7%