-
Notifications
You must be signed in to change notification settings - Fork 91
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
How do I reference multiple api endpoints in WebApiProxy.config on a C# client? #10
Comments
Thank you :) |
Same need here. BTW, same awesome project! |
@huaraco I created a bare bones version of this project that supports multiple endpoints using a T4 template on the client: https://github.com/AtomStar/WebApiProxyGen. At the moment it only supports C# clients. |
Hi @AtomStar - do you mean multiple endpoints like "DEV/QA/PROD" all with the same signature, or do you mean multiple endpoints, like go generate for URL_A and for URL_B and then for URL_C ? |
@wolfen351 this looks more like an enhancement to be able to support multiple API's rather than different environments of the same API. |
BTW, awesome project!
The text was updated successfully, but these errors were encountered: