Skip to content

Commit

Permalink
Create collection.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn authored Feb 22, 2024
1 parent b72ebf4 commit 14e72ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"name":"Check headers","url":"https://httpbin.org/headers","method":"GET","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Test Bearer","url":"https://httpbin.org/bearer","method":"GET","params":[],"body":"NoBody","auth":{"BearerToken":"my_bearer="}},{"name":"Test Query Params","url":"https://httpbin.org/get","method":"GET","params":[{"enabled":true,"data":["test","3"]}],"body":"NoBody","auth":"NoAuth"},{"name":"Test Post","url":"https://httpbin.org/post","method":"POST","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Test Put","url":"https://httpbin.org/put","method":"PUT","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Test Delete","url":"https://httpbin.org/delete","method":"DELETE","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Test Patch","url":"https://httpbin.org/patch","method":"PATCH","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Rust Homepage","url":"https://www.rust-lang.org","method":"GET","params":[],"body":"NoBody","auth":"NoAuth"},{"name":"Google fr","url":"https://www.google.fr/","method":"GET","params":[],"body":"NoBody","auth":"NoAuth"}]

0 comments on commit 14e72ed

Please sign in to comment.