Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ libgithub Public archive

A C++ library for use with Github's API - incomplete and very much a WIP!

Notifications You must be signed in to change notification settings

ethanhs/libgithub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#libgithub

NOTE THIS PROJECT IS NOT COMPLETE AND NOT TESTED. USE AT YOUR OWN RISK.

libgithub is a C++ library that wraps a portion of the Github API. It uses CPR to make the requests to Github. Pull requests that extend it's capabilites are welcome!

###Building:

First, install CURL:

$ git clone https://github.com/curl/curl.git
$ cd curl
$ mkdir build && cd build
$ cmake ..
$ cmake --build .

You may need to add the installed CURL to your cmake prefix (Windows).

Then install libgithub:

$ git clone https://github.com/ethanhs/libgithub.git
$ cd libgithub
$ mkdir build && cd build
$ cmake ..
$ cmake --build .

This should generate an example.exe somewhere in the build folder.

About

A C++ library for use with Github's API - incomplete and very much a WIP!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published