From 95accd196c2b849efae2f19bc3bf03ff6836bf9f Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 1 Jun 2024 20:43:27 +0530 Subject: [PATCH 1/2] Create ROADMAP.md --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1 @@ + From eb3b9439ac799412ed38854ac86f5e65be2946da Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Sat, 1 Jun 2024 20:53:55 +0530 Subject: [PATCH 2/2] Update ROADMAP.md --- ROADMAP.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 8b137891..8b4ce1ac 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1 +1,14 @@ +## API Dash Roadmap +- [ ] Environment Variables (https://github.com/foss42/apidash/issues/25) +- [ ] WebSocket support (https://github.com/foss42/apidash/issues/15) +- [ ] SSE support (https://github.com/foss42/apidash/issues/116) +- [ ] MQTT support (https://github.com/foss42/apidash/issues/115) +- [ ] GraphQL support (https://github.com/foss42/apidash/issues/117) +- [ ] gRPC support (https://github.com/foss42/apidash/issues/14) +- [ ] API Testing Suite (https://github.com/foss42/apidash/discussions/96, https://github.com/foss42/apidash/issues/100) +- [ ] API Workflow Builder (https://github.com/foss42/apidash/issues/120) +- [ ] Integration Testing (https://github.com/foss42/apidash/issues/119) +- [ ] Remaining Code Generators (https://github.com/foss42/apidash/discussions/80) +- [ ] Embedded WebView in Response Previewer +- [ ] Figuring out how to build for various Linux packaging formats (https://github.com/foss42/apidash/discussions/240)