/
dimamir
/
imposter_test_api_soap
Обзор
Документация
Войти
/
dimamir
/
imposter_test_api_soap
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/openapi/scripted-named-example-js/named-example.js
8 строк
268 B
Pete Cornish
docs: moves examples to top level directory.
06 фев 2022, 16:48
06 фев 2022, 16:48
91d028d
Код
Авторство
О чём код?
// Example of returning a specific example, based on the request URI. if (context.request.pathParams.petId === '1') { respond().withExampleName('catExample'); } else if (context.request.pathParams.petId === '2') { respond().withExampleName('dogExample'); }