File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
endpoints/multiple-versions Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- # [START swagger]
16
15
swagger : " 2.0"
17
16
info :
18
17
description : " A simple Google Cloud Endpoints API example."
19
18
title : " Endpoints Example"
20
19
version : " 1.0.0"
21
20
host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22
- # [END swagger]
23
21
basePath : " /v1"
24
22
consumes :
25
23
- " application/json"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- # [START swagger]
16
15
swagger : " 2.0"
17
16
info :
18
17
description : " A simple Google Cloud Endpoints API example."
19
18
title : " Endpoints Example"
20
19
version : " 2.0.0"
21
20
host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22
- # [END swagger]
23
21
basePath : " /v2"
24
22
consumes :
25
23
- " application/json"
You can’t perform that action at this time.
0 commit comments