From c426c49a420da4a0b76eebd41df15629539b121a Mon Sep 17 00:00:00 2001 From: Alan Richardson Date: Sun, 24 Mar 2024 18:23:11 +0000 Subject: [PATCH] started evaluating toolshop api --- .../src/main/resources/content/practice-sites.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/challenger/src/main/resources/content/practice-sites.md b/challenger/src/main/resources/content/practice-sites.md index d26ff2da..99e0532e 100644 --- a/challenger/src/main/resources/content/practice-sites.md +++ b/challenger/src/main/resources/content/practice-sites.md @@ -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. + + --- #### API Challenges