runt18 / FSharp.GitHubApi

A simple F# library that wraps the Git Hub API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

About

A simple F# library that wraps the Git Hub API.


Languages

Language:F# 98.2%Language:Batchfile 1.2%Language:Shell 0.7%