rom-rb / rom-http

Abstract HTTP adapter for ROM
https://rom-rb.org
MIT License
73 stars 18 forks source link

Dataset should produce it's own URL #16

Closed cflipse closed 5 years ago

cflipse commented 8 years ago

Rather than relying on users correctly assembling the parts of a request URI in the request_handler, dataset should be able to build it's own URI.

AMHOL commented 5 years ago

This was done in https://github.com/rom-rb/rom-http/commit/80d7aac51c0f011f6515934d51212e4f2cc651a8 but I forgot to update the example https://github.com/rom-rb/rom-http/blob/master/examples/repository_with_combine.rb