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

https://github.com/abjerner/skybrud.social.twentythree

About .NET API wrapper and implementation for the Twenty Three API.
https://github.com/abjerner/skybrud.social.twentythree

api api-client api-wrapper authentication csharp dotnet limbo oauth oauth1a package skybrud skybrud-integrations skybrud-social twentythree twentythree-api

Last synced: 10 months ago
JSON representation

About .NET API wrapper and implementation for the Twenty Three API.

Awesome Lists containing this project

README

          

# Skybrud.Social.TwentyThree

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.TwentyThree/blob/v1/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Social.TwentyThree.svg)](https://www.nuget.org/packages/Skybrud.Social.TwentyThree)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.TwentyThree.svg)](https://www.nuget.org/packages/Skybrud.Social.TwentyThree)

.NET API wrapper and implementation of the [**TwentyThree API**](https://www.twentythree.com/api/overview). The package will handle all the technical parts and API communication so you don't have to.


License:
MIT License


Target Framework:

.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0



## Installation

The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.TwentyThree/1.1.2). To install the package, you can either use the .NET CLI:

```
dotnet add package Skybrud.Social.TwentyThree --version 1.1.2
```

or the NuGet Package Manager:

```
Install-Package Skybrud.Social.TwentyThree -Version 1.1.2
```




## Dependencies

- [**Skybrud.Essentials.Http**](https://github.com/skybrud/Skybrud.Essentials.Http)
A .NET library for making HTTP requests.

- [**Json.NET**](https://github.com/jamesnk/newtonsoft.json)
Used for searializing/deserializing JSON.

- [**Skybrud.Essentials**](https://github.com/skybrud/Skybrud.Essentials)
A package with logic for handling various common tasks in .NET.




## Found a bug? Have a question?
Please feel free to [**create an issue**][Issues], and I will get back to you ;)




### Changelog
The [**releases page**][Releases] lists all releases, and each there will be some information for each release on the most significant changes.




### Getting started
You can find documentation and examples on how to use this package at the [**Skybrud.Social website**][Website]. The package isn't yet fully documented, so feel free to [**create an issue**][Issues] if I've missed something.

[Website]: http://social.skybrud.dk/facebook/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.TwentyThree
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.TwentyThree/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.TwentyThree/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.TwentyThree/issues