feat(api-client): REST API client with Postman/Insomnia/Swagger import - #190
Merged
Conversation
Promote to production: CartoDB raster tiles for Map Explorer
Promote to production: Static Map CartoDB fix
Promote to production: SEO content for clipboard-inspector and hotkey-test
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…g buffers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ace) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…olution, capture Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… (fetch + Tauri dispatch) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | d77a359 | Aug 09 2026, 08:18 AM |
slaveofcode
added a commit
that referenced
this pull request
Aug 9, 2026
feat(api-client): REST API client with Postman/Insomnia/Swagger import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/tools/api-client) — browser-based REST debugger, no vendor lock-in, no account required{{var}}syntax; cross-request token chaining viaVarSource(JSONPath from another request's saved response)http_requestcommand (reqwest, no CORS); Web:fetch()fallback with amber CORS warning bannerNew files
src/tools/dev/api-client.types.tssrc/tools/dev/api-client-store.lib.tssrc/tools/dev/api-client-import.lib.tssrc/tools/dev/api-client-export.lib.tssrc/tools/dev/api-client-env.lib.ts{{var}}substitution, JSONPath, capturesrc/tools/dev/api-client-request.lib.tsexecuteRequest()with Tauri/fetch dispatchsrc/islands/dev/ApiClient.tsxsrc-tauri/src/commands.rshttp_requestRust command (reqwest)Test plan
npx vitest run— 915 tests, 0 failuresnpm run lint— 0 errorsnpm run build— completes,/tools/api-client/index.htmlpresenthttpbin.org) → response shown{{var}}in URL → substituted on send🤖 Generated with Claude Code