Gyxi 1.0.4
GyxiClient is instantiated by supplyingg a Region (enum) that you choose and a guid that you also choose. No prior registration is required. Just generate a guid and this will be your id and key for your database. Keep your guid secret because anyone who has access to the guid has full access to your database.
Example:
var gyxi = new GyxiClient(Region.Germany, "dfca164c-b19d-4abd-a5a7-4eabdfb8b123");
gyxi.Save("mytype", "all", myObj);
Please note: Use any other guid than the one from the sample above
See the version list below for details.
Install-Package Gyxi -Version 1.0.4
dotnet add package Gyxi --version 1.0.4
<PackageReference Include="Gyxi" Version="1.0.4" />
paket add Gyxi --version 1.0.4
#r "nuget: Gyxi, 1.0.4"
// Install Gyxi as a Cake Addin
#addin nuget:?package=Gyxi&version=1.0.4
// Install Gyxi as a Cake Tool
#tool nuget:?package=Gyxi&version=1.0.4
Release Notes
No longer depends on Newtonsoft and Microsoft.AspNet. Only clean .NET Standard and System.Text.Json.
Dependencies
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.5.5 | 185 | 5/18/2020 |
1.5.4 | 167 | 5/18/2020 |
1.5.3 | 173 | 5/18/2020 |
1.5.2 | 193 | 5/17/2020 |
1.5.1 | 184 | 5/17/2020 |
1.5.0 | 187 | 5/17/2020 |
1.4.3 | 163 | 4/26/2020 |
1.4.2 | 164 | 4/26/2020 |
1.4.1 | 152 | 4/26/2020 |
1.4.0 | 163 | 4/26/2020 |
1.3.0 | 182 | 3/22/2020 |
1.2.0 | 233 | 3/20/2020 |
1.1.0 | 283 | 3/16/2020 |
1.0.9 | 194 | 3/10/2020 |
1.0.8 | 169 | 3/10/2020 |
1.0.7 | 190 | 3/10/2020 |
1.0.6 | 193 | 3/10/2020 |
1.0.5 | 178 | 3/10/2020 |
1.0.4 | 178 | 3/10/2020 |
1.0.2 | 181 | 3/10/2020 |
1.0.1 | 187 | 3/10/2020 |
1.0.0 | 183 | 3/10/2020 |