Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-sc/podio-java-codegen
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.
https://github.com/daniel-sc/podio-java-codegen
code-generation java podio
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/daniel-sc/podio-java-codegen
- Owner: daniel-sc
- License: mit
- Created: 2013-06-25T10:27:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T21:35:56.000Z (about 4 years ago)
- Last Synced: 2024-04-20T16:54:38.520Z (7 months ago)
- Topics: code-generation, java, podio
- Language: Java
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
podio-java-codegen
==================[![Maven Central](https://img.shields.io/maven-central/v/com.github.daniel-sc.podio-java-codegen/code-gen-core)](https://mvnrepository.com/artifact/com.github.daniel-sc.podio-java-codegen)
[![Build Status](https://travis-ci.org/daniel-sc/podio-java-codegen.png)](https://travis-ci.org/daniel-sc/podio-java-codegen)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.