-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[TypeScript][Aurelia] To add TypeScript Aurelia client generator #5987
Milestone
Comments
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 5, 2017
3 tasks
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 6, 2017
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 6, 2017
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 6, 2017
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 7, 2017
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 9, 2017
ksm2
added a commit
to Sponsoo/swagger-codegen
that referenced
this issue
Jul 9, 2017
@ksm2 thanks for the PR. I've provided some feedbacks. Please take a look when you've time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I would like to add an (Aurelia)[http://aurelia.io/] client using TypeScript to support the framework directly out of Swagger.
Right now, I use the implementation of a custom "api.mustache" template for the
typescript-fetch
generator, but I needed to fix HTTP methods to be "Camelcase" as Aurelia's HTTP client uses methods likeasGet
,asPost
, etc. to change the method being used for the request.Should I propose a PR?
The text was updated successfully, but these errors were encountered: