Uses of Class
io.github.kaposke.models.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in io.github.kaposke.http
Methods in io.github.kaposke.http that return ApiResponseModifier and TypeMethodDescriptionApiClient.create(CreateApiRequest input) ApiClient.getById(float id) ArtifactClient.getById(float id) ApiClient.update(UpdateApiRequest input, float id) Methods in io.github.kaposke.http that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionApiClient.getApiByOrgSlugAndApiSlug(String orgSlug, String apiSlug) ApiClient.getApis(float orgId) OrgClient.getApis(float id) ArtifactClient.getArtifacts(float buildId) UserClient.getUserApis() -
Uses of ApiResponse in io.github.kaposke.models
Methods in io.github.kaposke.models that return ApiResponseModifier and TypeMethodDescriptionApiResponse.Builder.build()ApiResponse.Builder.buildWithoutValidation() -
Uses of ApiResponse in io.github.kaposke.services
Methods in io.github.kaposke.services that return ApiResponseModifier and TypeMethodDescriptionApiService.create(CreateApiRequest input) ApiService.getById(float id) ArtifactService.getById(float id) ApiService.update(UpdateApiRequest input, float id) Methods in io.github.kaposke.services that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionApiService.getApiByOrgSlugAndApiSlug(String orgSlug, String apiSlug) ApiService.getApis(float orgId) OrgService.getApis(float id) ArtifactService.getArtifacts(float buildId) UserService.getUserApis()