diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-16 17:18:53 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-16 17:18:53 +0000 |
commit | f8f4c9ced849e16cac82a5a3f7b4593e99a35c08 (patch) | |
tree | c2a97585779c00da48ff3d5f6f2d4b08f12f7bbb /tests.sh | |
parent | update (diff) | |
download | devourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.tar.gz devourer-f8f4c9ced849e16cac82a5a3f7b4593e99a35c08.zip |
update
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env sh -curl -k -X GET https://localhost:19019/mila/summ?url=https://dilipkumar.medium.com/standalone-mongodb-on-kubernetes-cluster-19e7b5896b27&summary=newspaper&audio=true -curl -k -X GET https://localhost:19019/mila/wiki?term=iommu&summary=none&audio=false -curl -k -X GET https://localhost:19019/mila/reqs?url=https://www.ietf.org/rfc/rfc2865.txt&sourcetype=text +curl -k -X GET "https://localhost:19019/mila/summ?url=https://dilipkumar.medium.com/standalone-mongodb-on-kubernetes-cluster-19e7b5896b27&summary=newspaper&audio=true" +curl -k -X GET "https://localhost:19019/mila/wiki?term=iommu&summary=none&audio=false" +curl -k -X GET "https://localhost:19019/mila/reqs?url=https://www.ietf.org/rfc/rfc2865.txt&sourcetype=text" +curl -k -X GET "https://localhost:19019/mila/pdf?feat=gaga&url=https://www.rroij.com/open-access/mutation-testing-a-review-33-36.pdf" |