Skip to content

Tags: devbolcom/bolcom-openapi-java-client

Tags

v4.1.0

Toggle v4.1.0's commit message
v4.1.0

Thanks to @msomhorst for implementing the following:
- support for selecting by DataType in the SearchBuilder and ListBuilder
- update the XSD with latest openapi content

Besides that:
- the README has been updated to include a link to an example on
  how to configure JCenter as repository in a Maven project

v4.0.1

Toggle v4.0.1's commit message
API now usable for Java projects

So far the API was only used with Groovy projects
as Groovy marks protected classes public,
`SearchBuilder` and `ListBuilder` were perfectly fine
to use. But not in Java projects.
Now these classes have been made public, for use
with Java projects.

v4.0.0

Toggle v4.0.0's commit message
Add bintray publishing