Skip to content

Commit

Permalink
[CON-606] Updated swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Reyes committed Sep 25, 2020
1 parent ef6a3c8 commit 4e7d782
Show file tree
Hide file tree
Showing 4 changed files with 3,720 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IriusRiskClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void main(String[] args) {
try {

// Get list of products
List<ProductShort> rs = apiInstance.productsGet(apiToken);
List<ProductShort> rs = apiInstance.productsGet(apiToken, null, null, null);
System.out.println("Product List: " + rs);

// Create new product
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ To generate a jar file:

mvn package

A library called iriusrisk-client-lib-0.1-SNAPSHOT-jar-with-dependencies.jar will be ready to be used.
A library called iriusrisk-client-lib-0.2-SNAPSHOT-jar-with-dependencies.jar will be ready to be used.

To use the library in a Maven project add the following dependency after execute "mvn install" instead of "mvn package":

<dependency>
<groupId>com.iriusrisk</groupId>
<artifactId>iriusrisk-client-lib</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>
</dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.iriusrisk</groupId>
<artifactId>iriusrisk-client-lib</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.2-SNAPSHOT</version>
<name>iriusrisk-client-lib</name>

<build>
Expand Down
3,717 changes: 3,716 additions & 1 deletion swagger.yaml

Large diffs are not rendered by default.

0 comments on commit 4e7d782

Please sign in to comment.