From a7c84bf65cbed6608987873a9baa0d82d9a4ecc1 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Sat, 11 Jan 2025 18:07:30 +0100 Subject: [PATCH] add ityped, add strapi type generate plugin --- api.http | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api.http b/api.http index c426479..b50ba5b 100644 --- a/api.http +++ b/api.http @@ -4,3 +4,10 @@ GET {{domain}}/api/cars/zz7v3zqbw03cqnxlolobka1b?populate=* Accept: application/json #Authorization: Bearer {{token}} + + + +### GET request with a header +GET {{domain}}/api/about?locale=hu&populate=* +Accept: application/json +#Authorization: Bearer {{token}}