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

REST client needs to expose HEAD #81

Closed
stephenmichaelf opened this issue Sep 12, 2018 · 4 comments
Closed

REST client needs to expose HEAD #81

stephenmichaelf opened this issue Sep 12, 2018 · 4 comments
Assignees

Comments

@stephenmichaelf
Copy link
Member

The HTTP client does, we need the REST one to also. It will be consumed in the node api.

@stephenmichaelf
Copy link
Member Author

We are going to handle this in generation for the node api.

@damccorm
Copy link

@stephenmichaelf Do you think this is worth having for other users of the library? If not I'll close my PR, but its a pretty straightforward change I think.

@bryanmacfarlane
Copy link
Contributor

I think it's an http concept - not a rest one ... the rest layer is very rest/resource oriented. So the generation can call http head. This library is layered but it's expected to use the public http layer for http type operations.

@damccorm
Copy link

Ok, that makes sense, I'll close the PR.

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

3 participants