Certify.Api 1.2.28

dotnet add package Certify.Api --version 1.2.28
                    
NuGet\Install-Package Certify.Api -Version 1.2.28
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Certify.Api" Version="1.2.28" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Certify.Api" Version="1.2.28" />
                    
Directory.Packages.props
<PackageReference Include="Certify.Api" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Certify.Api --version 1.2.28
                    
#r "nuget: Certify.Api, 1.2.28"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Certify.Api@1.2.28
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Certify.Api&version=1.2.28
                    
Install as a Cake Addin
#tool nuget:?package=Certify.Api&version=1.2.28
                    
Install as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.28 139 4/16/2026
1.2.24 117 4/7/2026
1.2.23 524 11/16/2025
1.2.21 263 11/16/2025
1.2.14 1,022 11/13/2024
1.2.4 2,347 4/7/2020
1.2.1 839 1/8/2020
1.1.12 750 8/13/2019
1.1.11 763 8/13/2019
1.1.10 769 8/13/2019
1.1.9 751 8/13/2019
1.1.8 750 7/14/2019
1.1.4 766 6/28/2019
1.1.2-g75b2ef89d3 627 6/28/2019
1.0.2 774 5/27/2019
0.0.17-c8968bcc1a 648 5/12/2019
0.0.13-dce2c97222 631 5/11/2019
0.0.6-bf3b75d693 666 5/10/2019
0.0.2-d958db9730 659 5/10/2019

NuGet package updates.