Skip to content

Commit

Permalink
Release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 6, 2023
1 parent 00a5ce8 commit c9f53fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ publishing {
maven(MavenPublication) {
groupId = 'io.squidex'
artifactId = 'squidex'
version = '0.0.16'
version = '0.0.17'
from components.java
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -612,13 +612,6 @@ public AssetDto postAsset(File file, AssetsPostAssetRequest request) {
return postAsset(file, request, null);
}

/**
* Get all assets for the app.
*/
public AssetsDto getAssetsPost() {
return getAssetsPost(AssetsGetAssetsPostRequest.builder().build());
}

/**
* Get all assets for the app.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,6 @@ public ContentDto postContent(String schema, ContentsPostContentRequest request)
return postContent(schema, request, null);
}

/**
* You can read the generated documentation for your app at /api/content/{appName}/docs.
*/
public ContentsDto getContentsPost(String schema) {
return getContentsPost(schema, ContentsGetContentsPostRequest.builder().build());
}

/**
* You can read the generated documentation for your app at /api/content/{appName}/docs.
*/
Expand Down

0 comments on commit c9f53fc

Please sign in to comment.