You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish this project were more like swagger-node where you can edit the swagger YAML in the editor then use feathers-cli to generate the services based on the YAML.
The editor is a great feature of the Swagger toolset and you really should write the specification for the API before you code it.
So, instead of manually creating the doc property on each of the service objects, one would be created automatically based on the YAML specification created in the editor. The feather-cli would then be able to read the specification and then be able to tell with services needed to be created/modified/removed when the YAML file was changed in the editor.
The feathers-cli would also generate test suites based on the YAML specification to make sure the services were implemented properly according to the specifications.
The text was updated successfully, but these errors were encountered:
I wish this project were more like swagger-node where you can edit the swagger YAML in the editor then use feathers-cli to generate the services based on the YAML.
The editor is a great feature of the Swagger toolset and you really should write the specification for the API before you code it.
So, instead of manually creating the doc property on each of the service objects, one would be created automatically based on the YAML specification created in the editor. The feather-cli would then be able to read the specification and then be able to tell with services needed to be created/modified/removed when the YAML file was changed in the editor.
The feathers-cli would also generate test suites based on the YAML specification to make sure the services were implemented properly according to the specifications.
The text was updated successfully, but these errors were encountered: