Skip to content

Commit

Permalink
Mention apiwrap.el in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Apr 26, 2017
1 parent 224b777 commit da60fa2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ client for the Gitlab API. See https://gitlab.com/tarsius/glab.

If you don't like this, then you might instead like `gh.el`; a big
client for the Github API. See https://github.com/sigma/gh.el.

If you would like to use `ghub.el`, but also want decicated
functions for each API entpoint, then you can create those using
`apiwrap.el`. See https://github.com/vermiculus/apiwrap.el.
4 changes: 4 additions & 0 deletions ghub.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
;; If you don't like this, then you might instead like `gh.el'; a big
;; client for the Github API. See https://github.com/sigma/gh.el.

;; If you would like to use `ghub.el', but also want decicated
;; functions for each API entpoint, then you can create those using
;; `apiwrap.el'. See https://github.com/vermiculus/apiwrap.el.

;;; Code:

(require 'auth-source)
Expand Down

0 comments on commit da60fa2

Please sign in to comment.