Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 831 Bytes

File metadata and controls

12 lines (8 loc) · 831 Bytes

podio-java-codegen

Maven Central Build Status

Tool, that automatically creates Java (wrapper) classes for any given Podio app. Any class includes corresponding from/to Item mappers. This can easily be used as a maven plugin.

See: https://github.com/daniel-sc/podio-java-codegen/wiki/Getting-started

Additionally, there is a simple interface for fetching/updating the wrapper classes. As extras there are proxies for automatic retry on Podio rate limit error/hit and a cache that circumvents unnecessary updates/writes.