Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions capi/client-libraries.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ platform. You can use it to manage orgs, spaces, and apps, which includes user r

<%= vars.capi_link %>

### CAPI v2 Deprecation and End of Life
CAPI v2 endpoints are deprecated in both Open Source Cloud Foundry since 2021 and <%= vars.app_runtime_abbr %> in version 6.0 and forward. Given these endpoints are deprecated, new development should use the v3 endpoints.
Open Source Cloud Foundry has plans to end of life the v2 endpoints following this RFC: https://github.com/cloudfoundry/community/blob/main/toc/rfc/rfc-0032-cfapiv2-eol.md
<%= vars.app_runtime_abbr %> does not have plans to end of life the V2 endpoints in the current LTS releases.

## <a id='client-libraries'></a>Client libraries

While you can develop apps that use CAPI by calling it directly as in the API documentation, you might want to use an existing client library. See the following available client libraries.
Expand Down