[backend] Add Paperclip to automatically generate OpenAPI v2 specifications for the REST API #232
TobiasDeBruijn
started this conversation in
Feature requests
Replies: 5 comments
|
We would certainly appreciate a PR to implement Paperclip :) |
0 replies
|
Awesome. I'll first need to port Paperclip to support Actix v4, after that it should be easy for Torrust. |
0 replies
|
Is this package the one you would use? We have migrated the backend to Axum and I do not know is it has support for it. And it seems it's not maintained anymore. I'm going to transfer the issue to the backend repo discussion and make it a "feature request" discussion. |
0 replies
|
Relates to: https://medium.com/netwo/documenting-api-for-actix-web-b575adb841a1 |
0 replies
|
I think we first should discuss whether we need this and if we need it, research about alternatives. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Basically as the title says.
The advantage of this would be that an OpenApi V2 specification can be automatically generated from the code. This would be helpful for those implementing client libraries for Torrust. It should be quite trivial to add too, I'd be more than happy to PR this.
Thanks.
All reactions