Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martindevans/keybasefsharp
https://github.com/martindevans/keybasefsharp
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martindevans/keybasefsharp
- Owner: martindevans
- Created: 2014-10-01T02:15:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T02:36:44.000Z (almost 8 years ago)
- Last Synced: 2024-12-20T03:55:31.673Z (about 1 month ago)
- Language: C#
- Size: 455 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Keybase F#
This is primarily an F# wrapper around the [keybase]([email protected]) API.
Documentation for Keybase can be found [here](https://keybase.io/docs). Specifically API docs can be found [here](https://keybase.io/docs/api/1.0)
### Angeronia
Angeronia is a C# app which uses the F# library to access Keybase. It's intended provide all the access you need to keybase services without you ever needing to access the keybase website.
### Keybase
This is the wrapper around the Keybase API. The library should be written to be as paranoid as possible about keybase - every response should be cross checked with other sources of truth.
### Keybase.Test
This is a simple test harness for the Keybase project.