Skip to content

Commit c9f53fc

Browse files
committed
Release 0.0.17
1 parent 00a5ce8 commit c9f53fc

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ publishing {
4040
maven(MavenPublication) {
4141
groupId = 'io.squidex'
4242
artifactId = 'squidex'
43-
version = '0.0.16'
43+
version = '0.0.17'
4444
from components.java
4545
}
4646
}

src/main/java/com/squidex/api/resources/assets/AssetsClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -612,13 +612,6 @@ public AssetDto postAsset(File file, AssetsPostAssetRequest request) {
612612
return postAsset(file, request, null);
613613
}
614614

615-
/**
616-
* Get all assets for the app.
617-
*/
618-
public AssetsDto getAssetsPost() {
619-
return getAssetsPost(AssetsGetAssetsPostRequest.builder().build());
620-
}
621-
622615
/**
623616
* Get all assets for the app.
624617
*/

src/main/java/com/squidex/api/resources/contents/ContentsClient.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ public ContentDto postContent(String schema, ContentsPostContentRequest request)
198198
return postContent(schema, request, null);
199199
}
200200

201-
/**
202-
* You can read the generated documentation for your app at /api/content/{appName}/docs.
203-
*/
204-
public ContentsDto getContentsPost(String schema) {
205-
return getContentsPost(schema, ContentsGetContentsPostRequest.builder().build());
206-
}
207-
208201
/**
209202
* You can read the generated documentation for your app at /api/content/{appName}/docs.
210203
*/

0 commit comments

Comments
 (0)