Extension OpenAPI View


Extension Basics

Title
OpenAPI View
Name
ckanext-openapiview
Type
Public extension
Description
Eine CKAN Extension, die Swagger 3 Views für JSON-Ressourcen hinzufügt.
CKAN versions
Download-Url (zip)
Download-Url commit date
2023-06-15
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

ckanext-openapiview is a CKAN extension to add Swagger 3 views to JSON resources. By creating a resource and uploading a Swagger JSON file to it, you will be allowed to create an “Open API” view, which will display the generated Swagger documentation generated from the uploaded JSON file. The extension provides a complete Swagger UI interface for viewing OpenAPI specifications with French language support and interactive testing capabilities.

Version
0.0.1
Version release date
2023-06-01
Contact name
Ian Ward
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add openapi_view to the ckan.plugins setting in your CKAN config file. Restart CKAN after installation.

Plugins to configure (ckan.ini)
openapi_view
CKAN Settings (ckan.ini)
# No specific configuration required for OpenAPI View # The extension works with JSON resources containing OpenAPI specifications
DB migration to be executed
(not set)
<< back to Extensions