【发布时间】:2018-09-10 20:19:24
【问题描述】:
API 请求示例:https://www.sbsb.com/api/v250/animals/123456789/humans/987654321 /transplant?$skip=0&$top=666&$orderby=animalAssociatedHumans/sortDate
是否有类似 api//animals//humans/*/transplant?....../sortDate 的东西会捕获所有具有“api”、“animals”的类似 API 请求, '人类', '移植' 字在里面?
我在 cy.route('Get or Post', (url request: something I need), 'fixture:file') 中使用它
【问题讨论】:
标签: javascript api cypress