File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -645,6 +645,10 @@ orgs:
645
645
default_branch : main
646
646
has_projects : true
647
647
private : true
648
+ cf-openapi :
649
+ default_branch : main
650
+ description : OpenAPI specification for the Cloud Foundry API.
651
+ has_projects : true
648
652
cf-lite-ci :
649
653
has_projects : true
650
654
private : true
Original file line number Diff line number Diff line change 4
4
5
5
Provides APIs for the CF App Runtime and community clients for end users.
6
6
7
-
8
7
## Goals
9
8
10
9
- End users can build against a stable, reliable, performant and well documented CF API.
11
10
- End users can build against a stable, reliable, performant and well documented higher-level CF API related services.
12
11
- End users can choose from a range of CF API clients according to their needs: cli, UI and client libraries for selected programming languages.
13
12
- Community Contributors and especially the App Runtime Deployments WG can integrate a tested CF API release into the different CF distributions.
14
13
15
-
16
14
## Scope
17
15
18
16
- Provide the community with regular releases of the CF API, clients and higher-level CF API related services.
@@ -23,7 +21,6 @@ Provides APIs for the CF App Runtime and community clients for end users.
23
21
- Collaborate with the other Working Groups and evolve the cf-push experience.
24
22
- Where it is appropriate, integrate higher-level API extensions into CF API directly.
25
23
26
-
27
24
## Non-Goals
28
25
29
26
- Provide the community with 'all' language specific CF clients libraries.
@@ -358,6 +355,7 @@ areas:
358
355
- cloudfoundry/app-runtime-interfaces-infrastructure
359
356
- cloudfoundry/servicebroker
360
357
- cloudfoundry/osb-checker
358
+ - cloudfoundry/cf-openapi
361
359
362
360
- name : CLI
363
361
approvers :
You can’t perform that action at this time.
0 commit comments