Skip to content

This is a Java-based REST API Acumatica sample implementation

Notifications You must be signed in to change notification settings

Acumatica/Java-based-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

This is a Java-based REST API Acumatica sample implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages