From da60fa2316bf829cab18676afd5a43088ac06b60 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Wed, 26 Apr 2017 13:19:00 +0200 Subject: [PATCH] Mention apiwrap.el in documentation --- README.md | 4 ++++ ghub.el | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 3d73d03..ea6ee8f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/ghub.el b/ghub.el index 350d21d..de351ac 100644 --- a/ghub.el +++ b/ghub.el @@ -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)