Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This service provides access to each Bokskya's end user's bookshelf. 

Info

New Authentication & URLs introduced Q2 2024

Get OPDS

Get personal bookshelf for DDS user in OPDS XML format.

URL

https://api.bokbasen.io/bokskya/content/v1/{id}

Expand
titleLegacy

https://api.dds.boknett.no/catalog/personal/{ddsId}

Method

GET

Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Example: Authorization: Boknett TGT-....

Required header: Date

Required

The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT

Method

GET

Request
headers

Authorization

Required

See Authentication Service

Audience: https://api.bokbasen.io/bokskya/

If-Modified-

Since 

Since

Optional

Used for client caching of feed. See chapter on performance considerations below. See RFC for details.

Response
body on success

XML OPDS feed (See below) or empty body if using "If-Modified-Since" and response is 304.

Response headers

Last-

Modified 

Modified 

Date header showing last time this user's OPDS feed was updated (see RFC for details). Use this date in "If-Modified-Since" when doing your subsequent request.

Returns

200

OK

304

Not modified

40x

On error

Performance considerations

...