From 0b013a100f796663d200cee211cf68839e2572b6 Mon Sep 17 00:00:00 2001 From: rga-totalshiftleft Date: Sat, 9 May 2026 20:54:43 +0530 Subject: [PATCH 1/2] Add TotalShiftLeft API Sandbox under Test Data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds TotalShiftLeft API Sandbox — a free public multi-protocol API(REST + GraphQL + SOAP) with real OAuth2/JWT auth and an OpenAPI 3.0spec. Single line, alphabetical placement. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ab31101..0a091996 100644 --- a/README.md +++ b/README.md @@ -1677,6 +1677,7 @@ API | Description | Auth | HTTPS | CORS | | [Spanish random words](https://palabras-aleatorias-public-api.herokuapp.com) | Generate spanish words randomly | No | Yes | Unknown | | [This Person Does not Exist](https://thispersondoesnotexist.com) | Generates real-life faces of people who do not exist | No | Yes | Unknown | | [Toolcarton](https://testimonialapi.toolcarton.com/) | Generate random testimonial data | No | Yes | Unknown | +| [TotalShiftLeft API Sandbox](https://demo.totalshiftleft.ai/) | Free public REST + GraphQL + SOAP API for testing — real CRUD, OAuth2/JWT auth, OpenAPI 3.0 spec, error & latency simulation | No | Yes | Yes | | [UUID Generator](https://www.uuidtools.com/docs) | Generate UUIDs | No | Yes | No | | [What The Commit](http://whatthecommit.com/index.txt) | Random commit message generator | No | No | Yes | | [Yes No](https://yesno.wtf/api) | Generate yes or no randomly | No | Yes | Unknown | From f905e3f463a4bbfc05401caa0894f8f407eca678 Mon Sep 17 00:00:00 2001 From: rga-totalshiftleft Date: Mon, 11 May 2026 21:18:17 +0530 Subject: [PATCH 2/2] Clarify TotalShiftLeft API Sandbox description Updated the description of the TotalShiftLeft API Sandbox for clarity. Add TotalShiftLeft Sandbox (free multi-protocol REST/GraphQL/SOAP test API) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a091996..a079ad18 100644 --- a/README.md +++ b/README.md @@ -1677,7 +1677,7 @@ API | Description | Auth | HTTPS | CORS | | [Spanish random words](https://palabras-aleatorias-public-api.herokuapp.com) | Generate spanish words randomly | No | Yes | Unknown | | [This Person Does not Exist](https://thispersondoesnotexist.com) | Generates real-life faces of people who do not exist | No | Yes | Unknown | | [Toolcarton](https://testimonialapi.toolcarton.com/) | Generate random testimonial data | No | Yes | Unknown | -| [TotalShiftLeft API Sandbox](https://demo.totalshiftleft.ai/) | Free public REST + GraphQL + SOAP API for testing — real CRUD, OAuth2/JWT auth, OpenAPI 3.0 spec, error & latency simulation | No | Yes | Yes | +| [TotalShiftLeft Sandbox](https://demo.totalshiftleft.ai/) | Free multi-protocol sandbox: REST, GraphQL & SOAP with OAuth2/JWT auth and OpenAPI 3.0 spec | No | Yes | Yes | | [UUID Generator](https://www.uuidtools.com/docs) | Generate UUIDs | No | Yes | No | | [What The Commit](http://whatthecommit.com/index.txt) | Random commit message generator | No | No | Yes | | [Yes No](https://yesno.wtf/api) | Generate yes or no randomly | No | Yes | Unknown |