Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alainmeier committed May 7, 2014
1 parent d16d361 commit 96c2843
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# blockscore-csharp

This is the official library for C# clients of the BlockScore API. [Click here to read the full documentation](https://manage.blockscore.com/docs).

## Install

TODO

## Getting Started

### Initializing BlockScore

TODO

## Verifications

### List all verifications

TODO

### List `5` verifications

TODO

### View a verification by ID

TODO

### Create a new verification

TODO

## Question Sets

### Create a new question set

TODO

### Score a question set

TODO

## Contributing to BlockScore

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.

## Copyright

Copyright (c) 2014 BlockScore. See LICENSE.txt for
further details.

Many thanks to [Lorne Lantz](http://lornestar.com/) and Liron Zimberg for their help with creating this wrapper.

0 comments on commit 96c2843

Please sign in to comment.