Skip to content

Commit

Permalink
started evaluating toolshop api
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Mar 24, 2024
1 parent 439d176 commit c426c49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions challenger/src/main/resources/content/practice-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ Additionally they often have a lot of data so can support Query parameters for f

These are full APIs online, which means you don't have to install anything and can persist data on the server so `PUT, POST, PATCH, DELETE` are usually supported. These APIs usually have the additional step of creating an authentication key or registering a session but the instructions will usually walk you through this.

<!--
---
## Toolshop API
[Toolshop API](https://api.practicesoftwaretesting.com/api/documentation)
- The Toolshop API allows POST
https://api.practicesoftwaretesting.com/api/documentation#/User/get-current-customer-info
part of https://practicesoftwaretesting.com/#/
- Couldn't get auth working to allow DELETE though
-->

---

#### API Challenges
Expand Down

0 comments on commit c426c49

Please sign in to comment.