You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Appconfi](https://www.appconfi.com) - Service to centrally manage application settings and feature toggles for applications and services.
4
+
5
+
## Installation
6
+
7
+
The Appconfi .NET SDK is available as a Nuget package, to install run the following command in the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio)
8
+
```
9
+
Install-Package Appconfi
10
+
```
11
+
More info is available on [nuget](https://www.nuget.org/packages/Appconfi/)
12
+
13
+
## Usage
14
+
15
+
In order to use the Appconfi you will need to [create an account](https://appconfi.com/account/register).
16
+
17
+
From there you can create your first application and setup your configuration. To use the Appconfi API to access your configuration go to `/accesskeys` there you can find the `application_id` and your `application_secret`.
0 commit comments