An open API service indexing awesome lists of open source software.

https://github.com/spouliot/simplegist

A simple minimalistic gist client for C#
https://github.com/spouliot/simplegist

csharp dotnet gist gist-client

Last synced: 3 months ago
JSON representation

A simple minimalistic gist client for C#

Awesome Lists containing this project

README

        

# SimpleGist
A simple minimalistic gist client for C#

Nothing wrong with [Octokit.net](https://github.com/octokit/octokit.net)
but it's a bit too big for my taste and my tools only needs so little of
it.

This was made in order to minimize dependencies and make it linker
friendly.

* `Program.cs` is the test application
* `SimpleGist.cs` is the gist client that you can copy into your projects