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 1313# limitations under the License.
1414
1515# [START endpoints_swagger_appengine_yaml_java]
16- # [START swagger]
1716swagger : " 2.0"
1817info :
1918 description : " A simple Google Cloud Endpoints API example."
2019 title : " Endpoints Example"
2120 version : " 1.0.0"
2221host : " YOUR-PROJECT-ID.appspot.com"
23- # [END swagger]
2422# [END endpoints_swagger_appengine_yaml_java]
2523consumes :
2624 - " application/json"
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# [START endpoints_swagger_yaml_java]
16- # [START swagger]
1716swagger : " 2.0"
1817info :
1918 description : " A simple Google Cloud Endpoints API example."
2019 title : " Endpoints Example"
2120 version : " 1.0.0"
2221host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
23- # [END swagger]
2422# [END endpoints_swagger_yaml_java]
2523consumes :
2624 - " application/json"
You can’t perform that action at this time.
0 commit comments