Skip to content

Commit a4c4dad

Browse files
authored
PUT and PATCH
1 parent f2e2eaf commit a4c4dad

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

agenda.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,28 @@
2222
### How to setup a basic API testing/rpa project using the RequestsLibrary
2323
- see README.md
2424
- [PERSONAL LAB] setup the environment and run selfcheck
25-
- example
26-
- configuration file
27-
- external and reusable resources
25+
- basic example
2826
- testcase
2927
- resp.text
3028
- logs
3129
- [PERSONAL LAB] customize your own example with a different website
3230
- test websites
3331
- https://httpbin.org/
3432
- https://jsonplaceholder.typicode.com/
35-
- more on example
33+
34+
### How to perform different HTTP requests
35+
- session example
36+
- configuration file
37+
- external and reusable resources
38+
- [PERSONAL LAB] customize adding a new website configuration and keyword
39+
- more on session example
3640
- parameters
3741
- json body
42+
- POST requests
3843
- [PERSONAL LAB] customize your own parameter and post a json
44+
- other http methods on session example
45+
- PUT requests
46+
- PATCH requests
3947

4048
### How to handle shared session and authentication
4149
- httpbin Basic Auth

0 commit comments

Comments
 (0)