-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run target even if other targets properties are unresolved postman import support other methods "TRACE" , "COPY" , "LINK" , "UNLINK", "PURGE" , "LOCK" , "UNLOCK", "PROPFIND" , "VIEW" magic python package is not mandated json variables for json doc ```http json({ {{x}} : 'ram' }} ``` earlier variable x always have to be string. now its accepted
- Loading branch information
Showing
19 changed files
with
2,566 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Go through this example for better understanding. for babysteps click [here](#fi | |
# makes are get request, with url `https://req.dothttp.dev/user` | ||
GET https://req.dothttp.dev/user | ||
# below is an header example, if api_key is not defined, it will be defaulted to `121245454125454121245451` | ||
# below is an header example | ||
"Authorization": "Basic dXNlcm5hbWU6cGFzc3dvcmQ=" | ||
# below is how you set url params '?' --> signifies url quary param | ||
|
@@ -85,14 +85,15 @@ data({ | |
### From pypi | ||
|
||
```shell | ||
pip install dothttp-req==0.0.5 | ||
pip install dothttp-req==0.0.7 | ||
``` | ||
|
||
### From source | ||
|
||
```shell | ||
git clone [email protected]:cedric05/dothttp.git | ||
cd dothttp | ||
|
||
python3 -m pip install pipenv | ||
pipenv install | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.