api-testing/cmd
Rick 11ab39f11f
support to load swaggers from an extension (#639)
* feat: support to download differnt kinds of ext

* support to load swaggers from an extension

* docs(extension): add swagger data extension and update documentation

- Add swagger data extension to the extensions list
- Update documentation to include new extension usage

* Potential fix for code scanning alert no. 69: Arbitrary file access during archive extraction ("Zip Slip")

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>

---------

Signed-off-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-03-06 23:17:57 +08:00
..
data
testdata
convert.go
convert_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
extension.go support to load swaggers from an extension (#639) 2025-03-06 23:17:57 +08:00
extension_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
function.go
function_test.go
init.go
jsonschema.go
jsonschema_test.go
mock.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
mock_test.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
root.go
root_test.go
run.go chore: support to print test case count in stdout (#589) 2024-12-24 21:27:59 +08:00
run_test.go [wip] feat: add http proxy support (#597) 2025-01-20 23:10:08 +08:00
sample.go
sample_test.go
server.go support to load swaggers from an extension (#639) 2025-03-06 23:17:57 +08:00
server_test.go feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
service.go