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 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # [START swagger]
1615swagger : " 2.0"
1716info :
1817 description : " A simple Google Cloud Endpoints API example."
1918 title : " Endpoints Example"
2019 version : " 1.0.0"
2120host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22- # [END swagger]
2321basePath : " /v1"
2422consumes :
2523 - " application/json"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # [START swagger]
1615swagger : " 2.0"
1716info :
1817 description : " A simple Google Cloud Endpoints API example."
1918 title : " Endpoints Example"
2019 version : " 2.0.0"
2120host : " echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22- # [END swagger]
2321basePath : " /v2"
2422consumes :
2523 - " application/json"
You can’t perform that action at this time.
0 commit comments