Oppsummert
Vi har i lengre tid skrevet oss ut av en gammel platform for metadata. Dagens løsning har en absolutt sluttdato som gjør at vi må skru av gamle tjenester i mai 2024. Ifm. denne moderniseringen bytter vi også løsning for pålogging, og går over til OAuth 2.0 standarden for både API-klienter og sluttbrukere.
Noen tjenester vil slutte å fungere på gammel URL (metadata), mens andre vil man kunne bruke som før (DDS, Bokskya, Ordre).
Men for å slippe å forholde seg til ulike påloggingsløsninger og API-generasjoner, så anbefaler vi at man skriver om all API-bruk til disse nye endepunktene.
Datoer for utfasing
Utfasingsdato er nært forestående: 21.05.2024
Forhandlere:
Onix Export (prod) ikke lenger mulig å nå med gamle URLer: 21.05.2024
Object Export (prod) ikke lenger mulig å nå med gamle URLer: 21.05.2024
Forlag og distributører:
Onix Import (prod) ikke lenger mulig å nå med gamle URLer: 21.05.2024
Object Import (prod) ikke lenger mulig å nå med gamle URLer: 21.05.2024
Når er nye endepunkter tilgjengelige?
Nye URLer i test, tilgjengelig fra 20.03.2024
Vi sender ut påloggingsinformasjon fortløpende fra denne dato
Nye URLer i prod, tilgjengelig fra 22.03.2024
Forhandlere har allerede fått nye URLer og påloggingsinformasjon for Onix Export (november 2023)
Vi sender ut påloggingsinformasjon fortløpende
Berørte APIer
Vi anbefaler å bytte alle APIer, men det er metadata (Onix og Object) som haster
Forhandlere
Må bytte:
Onix Export API (nåværende URLer:
api.boknett.no/metadata/export/onix/*
)Object Export API (nåværende URLer:
api.boknett.no/metadata/export/object/*
)
Anbefaler å bytte:
Digital Distribution System (nåværende URLer:
api.dds.boknett.no/*
,idp.dds.boknett.no/*
)Order API (nåværende URLer:
api.order.boknett.no
)
Utgivere og distributører
Må bytte:
Onix Import API (nåværende URLer:
api.boknett.no/metadata/import/onix/*
)Object Import API (nåværende URLer:
api.boknett.no/metadata/import/object/*
)
Technical Guide (in english)
What do I need to do?
Some old API-endpoints will be turned of in May - implementing those are high priority
General
Change the authentication to Authentication Service
Each service has it’s own
audience
needed when fetching token
Change the URL for each API
No need for the previously required
Date
-header
Response-headers are considered to be case-insensitive
I.e. don’t only look for
Location
, the header might be calledlocation
If you are getting
413
errors try to reducepagesize
in the call, we will have a period with reduced payload-capabilities (both request and response)Onix/Object: The returned
next
-token will be a much longer string than before (around 200 characters), this is a string you should persist, so ensure your column is wide enough
Audiences
The APIs are divided into several audiences (groups). Each API needs an access-token for the corresponding audience. So be sure to use the appropriate audience when fetching the token or you will get 403
.
Audience-value to use with Auth, see Use of Audience | |
---|---|
metadata |
|
dds |
|
bokskya |
|
orders |
|
reporting |
|
Production -vs- Test/stage
Login/auth →
auth.bokbasen.io
-vs-auth.stage.bokbasen.io
Audience →
api.bokbasen.io
-vs-api.stage.bokbasen.io
API-endpoints →
api.bokbasen.io
-vs-api.stage.bokbasen.io
Endpoints for Retailers
Each API has gotten a new URL. Here you can see a overview of the new URLs as well as the corresponding audience to use.
Auth | API | Method | New endpoint URL |
---|---|---|---|
metadata |
|
| |
|
| ||
dds |
|
| |
|
| ||
|
| ||
|
| ||
bokskya |
|
| |
|
| ||
orders | Send Order NEW REQUIRED HEADER |
|
|
|
| ||
|
| ||
|
| ||
reporting |
|
|
Endpoints for Publishers & Distributors
Each API has gotten a new URL. Here you can see a overview of the new URLs as well as the corresponding audience to use.
The Object Import API will be limited to 6MB payload
Contact us if this is a problem for you, so we can talk about alternatives.
Auth | API | Method | New endpoint URL |
---|---|---|---|
metadata |
|
| |
orders |
|
| |
|
| ||
|
|
How can I test?
When you have gotten credentials (clientId + clientSecret) from Bokbasen.