File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
src/main/java/com/github/vaibhavsinha/kong/api/admin Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The artifact is available on Maven Central Repository and be downloaded by addin
99 <dependency>
1010 <groupId>com.github.vaibhav-sinha</groupId>
1111 <artifactId>kong-java-client</artifactId>
12- <version>0.1.1-SNAPSHOT </version>
12+ <version>0.2.0 </version>
1313 </dependency>
1414
1515## Usage
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.vaibhav-sinha</groupId >
88 <artifactId >kong-java-client</artifactId >
9- <version >0.1.4-SNAPSHOT </version >
9+ <version >0.2.0 </version >
1010
1111 <packaging >jar</packaging >
1212
144144 <target >1.8</target >
145145 </configuration >
146146 </plugin >
147- <!--
148147 <plugin >
149148 <groupId >org.apache.maven.plugins</groupId >
150149 <artifactId >maven-source-plugin</artifactId >
171170 </execution >
172171 </executions >
173172 </plugin >
174- -->
175173 <plugin >
176174 <groupId >org.apache.maven.plugins</groupId >
177175 <artifactId >maven-gpg-plugin</artifactId >
200198 </plugins >
201199 </build >
202200
203- </project >
201+ </project >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public interface ApiService {
2121 * But it only take effect when API id is empty.
2222 * 2. When the API id input is not empty, it will consider to update the existing API. So, we can either
2323 * create a API (without id), or update a API (with id).
24- * 3. When you try to create a API with name & id, it will become odd. Kong will give you the 200(ok) response,
24+ * 3. When you try to create a API with name and id, it will become odd. Kong will give you the 200(ok) response,
2525 * but won't create the API that you wanted. (That's why we'd better not use this interface.
2626 *
2727 * */
You can’t perform that action at this time.
0 commit comments