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

URI Template (RFC 6570) using Addressable #567

Closed
JeanMertz opened this issue May 17, 2016 · 3 comments
Closed

URI Template (RFC 6570) using Addressable #567

JeanMertz opened this issue May 17, 2016 · 3 comments

Comments

@JeanMertz
Copy link
Contributor

I made this small wrapper around Excon.new to handle templated URIs:

https://github.com/JeanMertz/excon-addressable

I am working on an excon-hypermedia gem to traverse HyperMedia APIs using Excon, I needed this functionality to work with these APIs correctly, that's why I added it.

Just wanted to put this out here, you might be interested in merging this into Excon in your own way, or link to this gem for people interested in this.

The gem is only tested against the latest Ruby version, breakage will occur on older versions due to using prepend.

@geemus
Copy link
Contributor

geemus commented May 19, 2016

Cool! Would you be up for adding a section in the README to help us start capturing links to related stuff like this? Probably a list of name/link and short description, what do you think?

@djberg96
Copy link
Contributor

@JeanMertz Nice, thanks.

@geemus Speaking from experience, I think it should be left as a separate library. Otherwise you increase your maintenance burden. In any case, I think this issue can be closed.

@geemus
Copy link
Contributor

geemus commented Nov 27, 2017

@djberg96 sounds reasonable. Thanks!

@geemus geemus closed this as completed Nov 27, 2017
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