File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,16 @@ Below is a comparison between this plugin and JetBrains HTTP Client, showing wha
163
163
| Request rate limiting | ❌ | Planned |
164
164
| Batch request processing | ❌ | Planned |
165
165
| 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 |
167
176
168
177
** Legend** :
169
178
- ✅ = Fully implemented
You can’t perform that action at this time.
0 commit comments