readium / r2-testapp-swift

BSD 3-Clause "New" or "Revised" License
146 stars 38 forks source link

OPDS: Support for relative URLs #65

Closed aferditamuriqi closed 6 years ago

aferditamuriqi commented 6 years ago

an example of a feed using relative URLs: https://standardebooks.org/opds/all

HadrienGardeur commented 6 years ago

Do we need a helper method on Link to deal with that as well? We could resolve all URLs to absolute URLs that way whenever we use them in the test app.

aferditamuriqi commented 6 years ago

that would be ideal i would think

aferditamuriqi commented 6 years ago

handled in V1.0.0-beta.4