{"id":26447504,"url":"https://github.com/mycore-org/sru-adapter","last_synced_at":"2025-10-24T21:36:35.479Z","repository":{"id":64717671,"uuid":"577251163","full_name":"MyCoRe-Org/sru-adapter","owner":"MyCoRe-Org","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-24T10:37:22.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-01-07T13:03:42.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/MyCoRe-Org.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}},"created_at":"2022-12-12T10:19:34.000Z","updated_at":"2022-12-12T10:52:52.000Z","dependencies_parsed_at":"2023-01-29T02:30:45.121Z","dependency_job_id":null,"html_url":"https://github.com/MyCoRe-Org/sru-adapter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fsru-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fsru-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fsru-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MyCoRe-Org%2Fsru-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MyCoRe-Org","download_url":"https://codeload.github.com/MyCoRe-Org/sru-adapter/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244236086,"owners_count":20420752,"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":[],"created_at":"2025-03-18T13:57:22.094Z","updated_at":"2025-10-24T21:36:30.432Z","avatar_url":"https://github.com/MyCoRe-Org.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SRUAdapter\n\nThis maven module provides methods to set parameters\nneeded to communicate with an SRU interface. See the following example to get\nan idea of how to use this connector or visit https://www.dnb.de/DE/Professionell/Metadatendienste/Datenbezug/SRU/sru.html\n\n### Example\n\n```\nSRUConnector sru = new SRUConnector(\"https://services.dnb.de/sru\");\nsru.setCatalog(SRUConnector.CATALOG_DNB);\nsru.setVersion(SRUConnector.VERSION_1_1);\nsru.setOperation(SRUConnector.OPERATION_SEARCH_RETRIEVE);\nsru.setQuery(\"WOE%3DGoethe\");\nsru.setRecordSchema(SRUConnector.RECORD_SCHEMA_MARC21_XML);\n```\n\nInvoking\n```SRUConnector#getQueryURL()```\nleads to the following url\n```https://services.dnb.de/sru/dnb?version=1.1\u0026operation=searchRetrieve\u0026query=WOE%3DGoethe\u0026recordSchema=MARC21-xml```\n\n### Requirements\n\n- Java 17 \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fsru-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycore-org%2Fsru-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycore-org%2Fsru-adapter/lists"}