Skip to content

Commit d69a650

Browse files
committed
upd readme
1 parent c919254 commit d69a650

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,16 @@ Below is a comparison between this plugin and JetBrains HTTP Client, showing wha
163163
| Request rate limiting || Planned |
164164
| Batch request processing || Planned |
165165
| Request signing (AWS, etc.) || Planned |
166-
| OpenAPI/Swagger integration || Planned |
166+
| OpenAPI/Swagger integration || Multiple features planned: |
167+
|   - Direct execution from Swagger files || **High priority** - Run requests directly from .yaml/.json OpenAPI files |
168+
|   - Import from OpenAPI specs || Generate .http files from spec definitions |
169+
|   - Generate OpenAPI specs || Create specs from existing requests |
170+
|   - API documentation viewer || Visualize API documentation within Neovim |
171+
| Postman compatibility || Multiple features planned: |
172+
|   - Direct execution from Postman files || Run requests directly from Postman collection files |
173+
|   - Import Postman collections || Convert Postman requests to .http format |
174+
|   - Import Postman environments || Convert to .env.json format |
175+
|   - Export to Postman format || For sharing with Postman users |
167176

168177
**Legend**:
169178
- ✅ = Fully implemented

0 commit comments

Comments
 (0)