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

How do I reference multiple api endpoints in WebApiProxy.config on a C# client? #10

Open
AtomStar opened this issue May 20, 2014 · 6 comments

Comments

@AtomStar
Copy link

BTW, awesome project!

@faniereynders
Copy link
Member

Thank you :)

@huaraco
Copy link

huaraco commented Jul 29, 2014

Same need here. BTW, same awesome project!

@AtomStar
Copy link
Author

@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.

@wolfen351
Copy link
Collaborator

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 ?

@faniereynders
Copy link
Member

Possible duplicate of #24 and #49 ??

@faniereynders
Copy link
Member

@wolfen351 this looks more like an enhancement to be able to support multiple API's rather than different environments of the same API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants