Skip to content

Commit

Permalink
Merge pull request #301 from City-of-Helsinki/HEL-344-update-museolii…
Browse files Browse the repository at this point in the history
…tto-url

chore: update Museoliitto server url
  • Loading branch information
jannetalvio committed Sep 5, 2023
2 parents 533f7e9 + dd02061 commit 714254f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hkm/finna.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class FinnaClient(object):
IMAGE_REPO_ENDPOINT = "http://museoliittorepox.vserver.fi:8080/mpthumbnailhelper/download?id={identifier}&size={size}&key=T3st1" # noqa: E501
IMAGE_REPO_ENDPOINT = "https://museoliittorepox.vserver.fi/mpthumbnailhelper/download?id={identifier}&size={size}&key=T3st1" # noqa: E501
API_ENDPOINT = "https://api.finna.fi/v1/"
DOWNLOAD_ENDPOINT = "https://finna.fi/"
timeout = 10
Expand Down
2 changes: 1 addition & 1 deletion hkm/management/commands/fetch_record_id_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import requests
from django.core.management.base import BaseCommand

OAIHANDLER_URL = "http://museoliittorepox.vserver.fi:8080/repox/OAIHandler"
OAIHANDLER_URL = "https://museoliittorepox.vserver.fi/repox/OAIHandler"
INIT_CALL_PARAMS = "?verb=ListRecords&set=finna_hkm_tuotanto&metadataPrefix=lido"
FOLLOW_UP_CALL_PARAMS = "?verb=ListRecords&resumptionToken="

Expand Down

0 comments on commit 714254f

Please sign in to comment.