Skip to content

A modern Java client for the ODXProxy Gateway to simplify Odoo integration

License

terrakernel/ODXProxyClient-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OdxProxy Java Client

STILL IN WIP NEED TESTING

License: MIT

A modern, lightweight, and high-performance Java client for the ODX Proxy Gateway. This library allows you to interact with any Odoo instance through a simple and robust API. It is designed for performance, portability, and excellent developer experience in both Java and Kotlin.

Features

  • Modern & Asynchronous: Built with a fully asynchronous API using CompletableFuture to ensure your applications remain responsive.
  • High Performance: Uses industry-standard libraries like OkHttp for efficient networking and Jackson for fast JSON processing.
  • Lightweight & Portable: Designed with minimal dependencies, making it suitable for any Java environment, including Java SE (Desktop/Server) and Android.
  • Kotlin-Friendly: The API is designed to be fully interoperable and idiomatic when used from Kotlin.

Installation

Add the library as a dependency to your project.

Maven

<dependency>
    <groupId>io.odxproxy</groupId>
    <artifactId>odx-proxy-java</artifactId>
    <version>0.1.0</version>
</dependency>

About

A modern Java client for the ODXProxy Gateway to simplify Odoo integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages