MattDrivenDev / FSharp.GitHubApi

A simple F# library that wraps the Git Hub API.
26 stars 15 forks source link

FSharp.GitHubApi

An F# implementation of a GitHub Api wrapper.

Progress

The Api current supports the following:

Notes

Originally intended to just be part of OctocatTools - I've decided to move it out to be a separate repository and just use it as a submodule... and perhaps one day as a NuGet package or whatever.

Development

Mono

  1. Run the monobuild.sh before development (fetches Nuget packages before starting a build).
  2. Edit the TestSettings.fs to include some valid GitHub credentials NOTE: Don't commit this file and/or push back to GitHub

Windows/.NET

  1. Run the ResolveDependencies.bat before development.
  2. Edit the TestSettings.fs to include some valid GitHub credentials NOTE: Do not ever commit this file and push back to GitHub
  3. Run the build.bat file to build/test the code base.