{"id":14968566,"url":"https://github.com/discoverygarden/iiif_presentation_api","last_synced_at":"2025-04-12T18:13:23.493Z","repository":{"id":195961456,"uuid":"657214799","full_name":"discoverygarden/iiif_presentation_api","owner":"discoverygarden","description":"Provides serialization to IIIF Presentation API.","archived":false,"fork":false,"pushed_at":"2024-11-26T17:48:15.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-12T18:13:18.605Z","etag":null,"topics":["api","drupal","drupal-module","prototype"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/discoverygarden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-22T15:06:24.000Z","updated_at":"2024-11-26T17:48:07.000Z","dependencies_parsed_at":"2024-01-17T16:45:24.055Z","dependency_job_id":"95ec9554-3296-4c09-a38d-f496dc08a614","html_url":"https://github.com/discoverygarden/iiif_presentation_api","commit_stats":{"total_commits":40,"total_committers":4,"mean_commits":10.0,"dds":"0.30000000000000004","last_synced_commit":"a089fce2485dc08dad659b9dd4c88f15178c2e74"},"previous_names":["discoverygarden/iiif_presentation_api"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fiiif_presentation_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fiiif_presentation_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fiiif_presentation_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/discoverygarden%2Fiiif_presentation_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/discoverygarden","download_url":"https://codeload.github.com/discoverygarden/iiif_presentation_api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610342,"owners_count":21132919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","drupal","drupal-module","prototype"],"created_at":"2024-09-24T13:40:08.059Z","updated_at":"2025-04-12T18:13:23.474Z","avatar_url":"https://github.com/discoverygarden.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IIIF Presentation API\n\n## Introduction\n\nProvides serialization to IIIF Presentation API.\n\n## Requirements\n\nThis module requires the following modules/libraries:\n\n* Serialization (part of Drupal core)\n\n## Installation\n\nInstall as usual, see\n[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for\nfurther information.\n\n## Configuration\n\nOut of the box the module provides minimal implementation and expects other\nmodules to either decorate or provide their own implementation by extending the\nprovided normalizers.\n\nFor any content entity that should be exposed the format will need to be\nconfigured as [documented by Drupal][1].\n\nThere are some environment variables to help integrate with IIIF Image APIs, in particular:\n\n| Variable             | Description                                                                                       |\n|----------------------|---------------------------------------------------------------------------------------------------|\n| `IIIF_IMAGE_V1_SLUG` | Slug to a IIIF v1 endpoint, containing `{identifier}`, which will be replaced with an identifier. |\n| `IIIF_IMAGE_V2_SLUG` | Slug to a IIIF v2 endpoint, containing `{identifier}`, which will be replaced with an identifier. |\n| `IIIF_IMAGE_V3_SLUG` | Slug to a IIIF v3 endpoint, containing `{identifier}`, which will be replaced with an identifier. |\n| `IIIF_IMAGE_ID_PLUGIN` | The ID of a plugin to use to transform IDs. |\n\nPresently, we indicate `level2` compliance for each IIIF Image API endpoint.\n\nAs a point of convenience, it is possible to specify the `IIIF_IMAGE_V*_SLUG`\nvalues using `base:`, as used by\n[Drupal's `Url::fromUri()`](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Url.php/function/Url%3A%3AfromUri/10).\nFor example, if you are using a proxy to make a `/iiif/2` path for a IIIF-I v2\nendpoint, such that your slug would be\n`https://{your hostname}/iiif/2/{identifier}`, then you can instead use\n`base:/iiif/2/{identifier}` to configure the reference more explicitly relative\nto the hostname used to access the site.\n\n## Troubleshooting/Issues\n\nHaving problems or solved one? contact\n[discoverygarden](http://support.discoverygarden.ca).\n\n## Maintainers/Sponsors\n\nCurrent maintainers:\n\n* [discoverygarden](http://www.discoverygarden.ca)\n\nSponsor:\n\n* [CTDA: Connecticut Digital Archive](https://lib.uconn.edu/find/connecticut-digital-archive/)\n\n## Development\n\nIf you would like to contribute to this module create an issue, pull request\nand or contact\n[discoverygarden](http://support.discoverygarden.ca).\n\n## License\n\n[GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)\n\n[1]: https://www.drupal.org/docs/drupal-apis/restful-web-services-api/restful-web-services-api-overview#s-api-features]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fiiif_presentation_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiscoverygarden%2Fiiif_presentation_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiscoverygarden%2Fiiif_presentation_api/lists"}