julien Lengrand-Lambert 42c78403cb
JetBrains HTTP Client - Adds support for query and header params and env file (#18844)
* Adds basic support for query params.

* Need to parameterize them
* Need to add tests
* Need to add option to skip, maybe
* Need to add support for header params too

* Parameterizes query param values

* Need to add tests
* Need to add option to skip, maybe
* Need to add support for header params too

* Remove extra empty line

* Adds support for header params

* Also fixes extra end of line bug.

* Fixing failing test

* Adding tests for query params

* Adding tests for header params

* Adding basic support for env file

* Add support for env file for path variables and custom header variables

* TODO : Add tests

* Adding tests for env generation

* Adding generated test files

* Fix namefile
2024-06-05 10:30:25 +08:00

27 lines
554 B
HTTP

## MetaApi
### Get GitHub meta information
## Get GitHub meta information
GET https://api.github.com/meta
Accept: application/json
### Get all API versions
## Get all API versions
GET https://api.github.com/versions
Accept: application/json
### Get Octocat
## Get Octocat
GET https://api.github.com/octocat?s={{s}}
Accept: application/octocat-stream
### Get the Zen of GitHub
## Get the Zen of GitHub
GET https://api.github.com/zen
Accept: application/json
### GitHub API Root
## GitHub API Root
GET https://api.github.com/
Accept: application/json