A .NET NuGet package for the Certify expense management API.
Install via NuGet:
Install-Package Certify.ApiCreate a client and make API calls:
using Certify.Api;
using var client = new CertifyClient("your-api-key", "your-api-secret");
var departments = await client.Departments.GetPageAsync();- Departments
- Expense Categories
- Expense Reports
- Expenses
- Expense Report GLDs
- Invoice Reports
- Invoices
- Mileage Rates
- Mileage Rate Details
- Receipts
- Users
- CPD Lists
- Employee GLDs
- .NET 10.0 or later
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
© Panoramic Data Limited