Skip to content

dianecawley/AcumaticaRESTAPIClientForCSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acumatica REST API Client for C#

NuGet NuGet NuGet

The solution allows to easily start developing REST API based integration with Acumatica ERP.

The repository contains the following solutions:

  1. Acumatica REST API Client - the solution contains Acumatica REST API client based on RESTSharp. The solution also contains base classes required for endpoint definitions and the endpoint definitions.
  2. Example Console Application - the solution contains examples of API calls to Acumatica ERP.
  3. SOAPLikeWrapperForREST - the project contains a wrapper that can be used to migrate a code that has originally been written for SOAP API to REST API.
  4. EndpointModelGenerator - the solution allows to generate C# projects and classes for the REST API client based on OpenAPI 2.0 endpoint schemas.

The Acumatica REST Client and some endpoints are also available as Nuget packages:

Dependencies:

  • JsonSubTypes (>= 1.8.0)
  • Newtonsoft.Json (>= 13.0.1)
  • RestSharp (>= 107.1.1)
  • System.Text.Json (>= 6.0.1)

The code is partially generated by Openapi Generator https://github.com/openapitools/openapi-generator) OpenAPI spec version: 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Roff 0.8%