-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d16d361
commit 96c2843
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |