Skip to content

panoramicdata/Certify.Api

Repository files navigation

Codacy Badge

Certify.Api

A .NET NuGet package for the Certify expense management API.

Nuget License: MIT

Quick Start

Install via NuGet:

Install-Package Certify.Api

Create 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();

Supported Resources

  • Departments
  • Expense Categories
  • Expense Reports
  • Expenses
  • Expense Report GLDs
  • Invoice Reports
  • Invoices
  • Mileage Rates
  • Mileage Rate Details
  • Receipts
  • Users
  • CPD Lists
  • Employee GLDs

Requirements

  • .NET 10.0 or later

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

© Panoramic Data Limited

About

Certify API

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors