Installation
Install the C# client library using the NuGet Package Manager:Terminal
Terminal
Quickstart
Configure theConfiguration object with your API access token and pass it to the API endpoint class.
Program.cs
API Classes
APIs are organized into separate namespace classes underSolifyn.Api:
Solifyn.Api.ProductsApi- Manage products and addonsSolifyn.Api.LicenseApi&Solifyn.Api.LicenseKeysApi- Administer license key recordsSolifyn.Api.LicenseKeysClientApi- Validate (LicensesVerify) and activate (LicensesActivate) license keys on client applicationsSolifyn.Api.CheckoutApi- Generate checkout sessionsSolifyn.Api.CheckoutLinksApi- Generate payment checkout linksSolifyn.Api.CustomersApi- Retrieve and manage customer profilesSolifyn.Api.CollectionsApi- Group products in collectionsSolifyn.Api.SubscriptionsApi- Manage subscription actionsSolifyn.Api.DiscountsApi- Create and validate discount coupon codesSolifyn.Api.MetersApi- Ingest usage metric eventsSolifyn.Api.DeveloperApi- Manage API keys and webhooksSolifyn.Api.DigitalFileApi- Handle digital deliveriesSolifyn.Api.DisputesApi- Review and upload transaction dispute evidenceSolifyn.Api.OrdersApi- Invoices and customer purchases