Skip to content

6.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 09:43
6.2.0
d9328c6
  • adds ProjectApiRoot class to be used as project scoped api root.
    ProjectApiRoot root = ApiRootBuilder.of()
          .build("projectKey");
    
  • adds possibilities to add multiple query parameters at once