Package io.github.kaposke.http
Interface DocClient
- All Known Implementing Classes:
DocService
public interface DocClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateDocRequest input) findDocs(float offset, float limit, float artifactId) getAllApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) getApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) getById(float id) remove(float id) update(UpdateDocRequest input, float id)
-
Method Details
-
getApprovedByOrgSlugAndApiSlug
DocResponse getApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) throws ApiException - Throws:
ApiException
-
getAllApprovedByOrgSlugAndApiSlug
List<DocResponse> getAllApprovedByOrgSlugAndApiSlug(String orgSlug, String apiSlug, String apiVersion) throws ApiException - Throws:
ApiException
-
findDocs
- Throws:
ApiException
-
create
- Throws:
ApiException
-
approve
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
update
- Throws:
ApiException
-
remove
- Throws:
ApiException
-