Bruno uses plain-text files organized in related folders, in order to declare an API client tester. #186
Closed
matheusfrancisco
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bruno uses plain-text files organized in related folders, in order to declare an API client tester.
schema: https://bruno-docs.vercel.app/bru-language-tag-reference.html
real use case: https://github.com/usebruno/github-rest-api-collection/tree/main
The root folder needs a json file with the content as follows:
every subsequent file can contain the following:
meta
info about the request
A method
which can be any of get, post, put, delete, options, trace, connect and head.
Query Params
optional
Head Params
optional
Body
optional
The body can be of any type within text, xml, form-encoded, json, multipart-form, graphql, pre-request and post-request
cc: @J0sueTM
Beta Was this translation helpful? Give feedback.
All reactions