The Apicurio extention has been deprecated in favor of Apicurio registry explorer. Thanks to the Apicurio organisation for the integration of this extention.
Current Version GitHub tag (latest SemVer) license
Explore any Apicurio registry V2 with ease on your IDE.
- Explore groups
- Explore artifacts by ID or Names (see settings)
- Search artifacts
- Explore artifacts versions
- Explore artifacts metas
- Preview artifacts versions on your IDE
- Preview OPENAPI with swaggerPreview (using swagger-viewer if available)
- Add new artifacts
- Add artifact versions
- Edit artifacts versions metas
- Edit artefacts versions state
- Delete artifacts
This extension is published in the VSCode marketplace.
- Run Install Extensions from the Command Palette
- Search and choose .
Also available on open-vsx.org.
apicurio.http.secure
: Acces to Apicurio registry API over http or https.apicurio.http.host
: Apicurio registry host.apicurio.http.path
: Apicurio registry path.apicurio.http.port
: Apicurio registry port.apicurio.search.limit
: Custom search limit (increase Apicurio default).apicurio.explorer.name
: Display name (if exist) instead of ID in registry explorer view.apicurio.versions.reverse
: Reverse Versions order by default.apicurio.tools.preview.format
: Format document on preview.apicurio.tools.preview.OPENAPI
: Use or not Swagger-preview if swagger-viewer plugin is available for OPENAPI.
If you use differents registries on different projects, use Workspace settings to override defaults.
You car use the the Settings
> Workspace
> Apicurio
pannel or create a .vscode/setttings.json
file.
See Changelog.
Feel free to report any issues.
See apicurio.io
Contributions welcome.