Open
Description
Hi guys,
I am upgrading java client API from v2 to v3. I am using cloudfoundry-client-5.9.0.RELEASE.jar lib. But I found some functions missing in V3 version, but available in V2. I am not sure if it's my mistake or v3 lib is not complete. Such as:
- Get organization quotas.
I can't find an API to get organization quotas, such as memory and instance limit. But v2 API provide
organizationQuotaDefinitions interface. - Service Key operations.
How to create, delete or get a service key by V3 API?
If V3 is not providing the API, so we have to use V2 for them?
It's very appreciative if anyone could help answer the questions.