Package io.github.kaposke.http
Interface OrgClient
- All Known Implementing Classes:
OrgService
public interface OrgClient
-
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateOrgRequest input) getApis(float id) getArtifacts(float id) getById(float id) getDocs(float id) getPayments(float id) remove(float id) update(EditOrgRequest input, float id)
-
Method Details
-
getByCurrentUser
- Throws:
ApiException
-
create
- Throws:
ApiException
-
getById
- Throws:
ApiException
-
update
- Throws:
ApiException
-
remove
- Throws:
ApiException
-
getApis
- Throws:
ApiException
-
getPayments
- Throws:
ApiException
-
getArtifacts
- Throws:
ApiException
-
getDocs
- Throws:
ApiException
-