-
Notifications
You must be signed in to change notification settings - Fork 200
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 module #941
Comments
Cool. Yes, I'd suggest just copying whatever existing module might be closest to what you're looking for. I assume you'd start with JSON and not XML? |
Yes, I'd like to create a TypeScript module (single file) which includes all the data types and service methods of the API. I'm looking for the closest module that I can reuse (preferably only changing FreeMarker templates). Should it be an external module? |
If you send a pull request, I'd be happy to take a look and consider merging it. Some people prefer to keep their module separate so they have more control over bug fixes and release schedules. Note that there is also a |
mottyc, How is this coming along? I would be very interesting in this as well! Is there anything I can do to help? Thanks. |
we use Enunciate in our APIs and have https://github.com/vojtechhabarta/typescript-generator as additional plugin to generate a TypeScript client. This could also be a solution to start with. Regards |
Is there any development for TypeScript module?
If I'd like to write one, where is the best way to start? javascript / C# module?
The text was updated successfully, but these errors were encountered: