Package io.github.kaposke.http
Interface SdkClient
- All Known Implementing Classes:
SdkService
public interface SdkClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateSdkRequest input) findSdks(float offset, float limit, float artifactId) getById(float id) remove(float id)
-
Method Details
-
findSdks
- Throws:
ApiException
-
create
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
remove
- Throws:
ApiException
-