Gyxi 1.1.0
GyxiClient is ready to use without any prior registration required and you get 1 GB storage for free.
You choose a Region (from an enum) and a database id of your choice which must be a guid. Simply start using it - no need to register your database beforehand.
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.
Read more about Gyxi at https://gyxi.com/
See the version list below for details.
Install-Package Gyxi -Version 1.1.0
dotnet add package Gyxi --version 1.1.0
<PackageReference Include="Gyxi" Version="1.1.0" />
paket add Gyxi --version 1.1.0
#r "nuget: Gyxi, 1.1.0"
// Install Gyxi as a Cake Addin
#addin nuget:?package=Gyxi&version=1.1.0
// Install Gyxi as a Cake Tool
#tool nuget:?package=Gyxi&version=1.1.0
Release Notes
Introducing new Brazil region
Dependencies
-
.NETStandard 2.0
- 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 |