Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with Swagger Editor & YAMLconfig files #59

Closed
jerfowler opened this issue May 2, 2017 · 1 comment
Closed

Work with Swagger Editor & YAMLconfig files #59

jerfowler opened this issue May 2, 2017 · 1 comment

Comments

@jerfowler
Copy link

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.

@Mairu
Copy link
Collaborator

Mairu commented Jun 2, 2019

The scope of this package is to generate documentation for feathers services. Not to create services from swagger / openapi specifications.

A package that creates services from yaml/json specifications is a completly different usecase and would not need anything from this package.

@Mairu Mairu closed this as completed Jun 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants