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

Compatibility with NSwagStudio #21

Open
Bilal-Nectari opened this issue Sep 25, 2019 · 1 comment
Open

Compatibility with NSwagStudio #21

Bilal-Nectari opened this issue Sep 25, 2019 · 1 comment

Comments

@Bilal-Nectari
Copy link

Is it possible to have this tool compatible/integrated with NSwagStudio?

We can reference the API endpoint and then it scans for all the available hubs in the API and generate the typescript contract.

Thanks!

@RicoSuter
Copy link
Owner

RicoSuter commented Feb 13, 2020

I think it makes sense to add some sort of CLI support.

To avoid the tooling headaches I have with NSwag, I think it would be better to support this with a project integration (package) so that you can run your project with a special command, eg

dotnet run yourproj.csproj —mode sigspec —output sigspec.json

What do you think?

But it means you’d need to add a pkg to your project which handles this mode

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