Package io.github.kaposke.services
Class SdkService
java.lang.Object
io.github.kaposke.services.BaseService
io.github.kaposke.services.SdkService
- All Implemented Interfaces:
SdkClient
-
Field Summary
Fields inherited from class io.github.kaposke.services.BaseService
httpClient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateSdkRequest input) findSdks(float offset, float limit, float artifactId) getById(float id) remove(float id) Methods inherited from class io.github.kaposke.services.BaseService
execute
-
Constructor Details
-
SdkService
public SdkService(okhttp3.OkHttpClient httpClient)
-
-
Method Details
-
findSdks
- Specified by:
findSdksin interfaceSdkClient- Throws:
ApiException
-
create
- Specified by:
createin interfaceSdkClient- Throws:
ApiException
-
getById
- Specified by:
getByIdin interfaceSdkClient- Throws:
ApiException
-
remove
- Specified by:
removein interfaceSdkClient- Throws:
ApiException
-