Back to articles
Open Post - Test APIs Without Leaving VS Code
How-ToTools

Open Post - Test APIs Without Leaving VS Code

via Dev.toopen post

Open Post: Test APIs Without Leaving VS Code If you're tired of switching between your code editor and Postman, or concerned about your API credentials living in the cloud, I built something you might like. Open Post is a fully offline REST & GraphQL API client that lives inside VS Code. No accounts, no cloud sync, no telemetry. Just you, your editor, and your APIs. Why I Built This I got tired of the constant context-switching. Write code in VS Code, test the API in Postman, copy the cURL command, switch back to VS Code, paste it somewhere... you know the drill. Plus, I never felt comfortable with my API keys and tokens syncing to someone else's cloud. Call me paranoid, but I prefer my secrets to stay on my machine. So I built Open Post with three goals: Stay in VS Code — no more context-switching Privacy first — everything stays local Git-friendly — plain JSON files you can commit Getting Started Install from VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=op

Continue reading on Dev.to

Opens in a new tab

Read Full Article
7 views

Related Articles