File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
endpoints/getting-started Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# [START endpoints_swagger_appengine_yaml_java]
16
- # [START swagger]
17
16
swagger : " 2.0"
18
17
info :
19
18
description : " A simple Google Cloud Endpoints API example."
20
19
title : " Endpoints Example"
21
20
version : " 1.0.0"
22
21
host : " YOUR-PROJECT-ID.appspot.com"
23
- # [END swagger]
24
22
# [END endpoints_swagger_appengine_yaml_java]
25
23
consumes :
26
24
- " application/json"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# [START endpoints_swagger_yaml_java]
16
- # [START swagger]
17
16
swagger : " 2.0"
18
17
info :
19
18
description : " A simple Google Cloud Endpoints API example."
20
19
title : " Endpoints Example"
21
20
version : " 1.0.0"
22
21
host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
23
- # [END swagger]
24
22
# [END endpoints_swagger_yaml_java]
25
23
consumes :
26
24
- " application/json"
You can’t perform that action at this time.
0 commit comments