URI Template
tools.ietf.org
URI Template
1–10 of 21 posts
Re: URI Template
#2Slightly related (if you hold your head at the right angle) is the (commercial) platform called NetKernel. It brings URIs into conventional programming scenarios, presenting something like a RESTful programming language. (Whatever that might mean...)
I haven't done anything with it, but I find it fascinating just to read the documentation:
http://docs.netkernel.org/book/view/book:quickstart/doc:quic...
Re: URI Template
#3Why do RFC's have to be so ugly?
Re: URI Template
#4I wonder if it'd be worth implementing this in my URLObject library (https://github.com/zacharyvoase/urlobject).
Re: URI Template
#5Why do RFC's have to be so ugly?
I think this[1] is to blame for it.
Re: URI Template
#6Ruby Gems for this
https://github.com/sporkmonger/addressable
Re: URI Template
#7For rubyists, the addressable gem has support for it: https://github.com/sporkmonger/addressable/tree/#uri-templat...
Re: URI Template
#8Why do RFC's have to be so ugly?
Because they originate from a time where plain text was what you had, and the format was created to be consistent and easy to format by hand. I still prefer my specifications to be in plain text so that I can view them easily and quickly.
Re: URI Template
#9GitHub uses URI templates extensively: https://api.github.com/
Re: URI Template
#10Why do RFC's have to be so ugly?
I really love them. This probably reveals my age...