Skip to content

Minuscule Github api v3 client for Common Lisp

Notifications You must be signed in to change notification settings

vindarel/cl-ghub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ghub - a minuscule Github api v3 client

In progress. The one function works, we'll see if and how we use this !

This lib does not map functions to api endpoints, it is of the developper to write correct api calls, so this lib is already complete !. See https://developer.github.com/v3/

Installation

Clone where Quicklisp can find this (~/quicklisp/local-projects) and (ql:quickload "ghub") it.

Usage

 (ghub:request :GET "/repos/owner/project") ;; beginning with a slash

and optional :params and :data alists. Returns an alist.

Easy, no authentication required.

On error, it prints the error message on *error-output* and returns nil.

See also

Inspiration from Tarsius' ghub.el.


About

Minuscule Github api v3 client for Common Lisp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published