cubos / sdkgen

[ DEPRECATED, SEE https://github.com/sdkgen/sdkgen ] Tool that aims on solving client-server communication and data layout sharing between server, web, android and ios using a description language also called sdkgen.
MIT License
45 stars 9 forks source link

Implement setUrl method #18

Closed dygufa closed 6 years ago

dygufa commented 6 years ago

Sometimes we need to point the generated target to a specific URL other than the one set by the .sdkgen file.

In order to do that I propose that we implement a method called .setUrl, .setEndpoint or .setEndpointUrl, which one do you guys prefer most?

This proposal affects the targets: typescript_web and typescript_nodeclient.

vhfmag commented 6 years ago

PLEASE