diff --git a/website/docs/different_libraries/requests.md b/website/docs/different_libraries/requests.md index b2a7c26e..628a366f 100644 --- a/website/docs/different_libraries/requests.md +++ b/website/docs/different_libraries/requests.md @@ -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 @@ -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) \ No newline at end of file +See examples for [Restful Booker](/docs/examples/restfulbooker)