Patrowl / PatrowlDocs

PatrOwl - Open Source, Free and Scalable Security Operations Orchestration Platform
https://www.patrowl.io
GNU Affero General Public License v3.0
147 stars 51 forks source link

API documentation #11

Closed dsever closed 5 years ago

dsever commented 6 years ago

Hi, I like this project, but something is missing :) Is there any plan to speed up of API documentation? Maybe swagger would be good idea to to start? There is lot's of plans in roadmap, and I believe that community would like to contribute.

Dubravko

dsever commented 6 years ago

I've checked swagger integration within your code, it is straight forward. (I believe you already know that)

Inside of app.urls is missing: from rest_framework_swagger.views import get_swagger_view schema_view = get_swagger_view(title='Pastebin API')

url(r'^apibrowser$', schema_view),

MaKyOtOx commented 5 years ago

done :) See Engines and Manager