Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 743 Bytes

Java-based-REST-API

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

The repository contains the following solutions:

  1. ClientAPI - the solution contains Acumatica REST API client based on HttpClient
  2. Example - the solution contains examples of API calls to Acumatica ERP.
  3. Model and Api - The solution contains base classes required for endpoint definitions based on RESTEasy.

Dependencies:

  • com.google.code.gson
  • org.jboss.resteasy
  • org.threeten
  • com.fasterxml.jackson.core
  • org.apache.httpcomponents
  • com.squareup.okhttp3
  • org.apache.httpcomponents

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