MattDrivenDev / FSharp.GitHubApi

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

GitHubResponse.ResponseStatus doesn't need to be an option #8

Closed MattDrivenDev closed 11 years ago

MattDrivenDev commented 11 years ago

Just add a 'NoResponse' to the ResponseStatus type.

MattDrivenDev commented 11 years ago

Fixed as part of 23e44b94a38ed9faf737d61a5b865084743b1741 (src/FSharp.GitHubApi/Response.fs)