Skip to content

antunesl/invoicexpress-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InvoiceXpress API Client

API Client for InvoiceXpress API

Package Build Status Nuget
InvoiceXpress.ApiClient Build status NuGet NuGet
InvoiceXpress.ApiClient.ASpNetCore Build status NuGet NuGet

Usage

IHttpClientFactory Patern

var apiKey = "<api-key>";
var apiUrl = "https://<api-url>";

services.AddInvoiceXpressClient(options =>
{
    options.ApiKey = apiKey;
    options.ApiBaseUrl = apiUrl;
});

Client Factory

var apiKey = "<api-key>";
var apiUrl = "https://<api-url>";

var invoiceClient = InvoiceXpressClientFactory.Create(apiUrl, apiKey, logger);

Development


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

API Client for InvoiceXpress online invoicing software

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages