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

3rd party consumer support #6

Open
zewa666 opened this issue Apr 7, 2014 · 0 comments
Open

3rd party consumer support #6

zewa666 opened this issue Apr 7, 2014 · 0 comments

Comments

@zewa666
Copy link

zewa666 commented Apr 7, 2014

Hi there,

awesome work you did here. I was long searching for something to make "kinda" contract-based work with pseudo-restfull-services possible. Now your proxies would help to provide a ready-made solution for 3rd-parties if there were only few more things added.

First of all it would be nice if we could annotate or maybe even use the default VS doc comments and place them into the generated proxy. Thus consumers could see additional information what the method is all about.

Second the generation of full urls would be nice if the proxy is going to be via CORS. Maybe a simple setting (supportsCORS bool) would achieve this.

Finally providing the file in production and minified versions would be awesome, because after all it saves bandwidth and avoids that little kittens die :)

Again great work thx for sharing that cool work

EDIT:
In the meantime I realized that it will be hard to get the built-in VS xml comments, so introducing a new attribute might help here. As a simple example I tried adding a DocumentationAttribute which you can see in my new branch:
https://github.com/zewa666/ProxyApi/tree/DocumentationAttribute

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

No branches or pull requests

1 participant