Skip to content

Commit

Permalink
Merge pull request #38 from dgalezow/patch-1
Browse files Browse the repository at this point in the history
Added link to keyword documentation for requestslibrary
  • Loading branch information
manykarim authored Mar 3, 2024
2 parents 2899294 + 542e622 commit ab7ade3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/different_libraries/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Requests Library
🏠 ``RequestsLibrary`` is a [Robot Framework](https://robotframework.org/) library
aimed to provide HTTP api testing functionalities by wrapping the well known [Python Requests Library](https://github.com/kennethreitz/requests).

See [Keyword Documentation](https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html) for available keywords and more information about the library in general.

## Install stable version
```sh
pip install robotframework-requests
Expand All @@ -29,4 +31,4 @@ Quick Get A JSON Body Test
Should Be Equal As Strings 1 ${response.json()}[id]
```

See examples for [Restful Booker](/docs/examples/restfulbooker)
See examples for [Restful Booker](/docs/examples/restfulbooker)

0 comments on commit ab7ade3

Please sign in to comment.