{"id":25073327,"url":"https://github.com/mattmassicotte/atresolve","last_synced_at":"2025-05-08T22:16:06.464Z","repository":{"id":275981020,"uuid":"927789387","full_name":"mattmassicotte/ATResolve","owner":"mattmassicotte","description":"AT Protocol PLC Resolver","archived":false,"fork":false,"pushed_at":"2025-04-21T11:52:31.000Z","size":24,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T22:16:01.822Z","etag":null,"topics":["atproto","atprotocol","bluesky"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattmassicotte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["mattmassicotte"]}},"created_at":"2025-02-05T14:49:48.000Z","updated_at":"2025-04-21T11:49:26.000Z","dependencies_parsed_at":"2025-02-05T16:41:35.428Z","dependency_job_id":"ab014fcd-5ce5-4bbd-93d6-10aa366baecb","html_url":"https://github.com/mattmassicotte/ATResolve","commit_stats":null,"previous_names":["mattmassicotte/blueskyresolve"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2FATResolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2FATResolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2FATResolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2FATResolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmassicotte","download_url":"https://codeload.github.com/mattmassicotte/ATResolve/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154983,"owners_count":21862624,"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":["atproto","atprotocol","bluesky"],"created_at":"2025-02-06T23:19:26.035Z","updated_at":"2025-05-08T22:16:06.451Z","avatar_url":"https://github.com/mattmassicotte.png","language":"Swift","funding_links":["https://github.com/sponsors/mattmassicotte"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n[![Build Status][build status badge]][build status]\n[![Platforms][platforms badge]][platforms]\n[![Documentation][documentation badge]][documentation]\n[![Matrix][matrix badge]][matrix]\n\n\u003c/div\u003e\n\n# ATResolve\nAT Protocol PLC/DID/Whatever Resolver\n\nI just want to resolve a handle to a DID and PDS. There's more to do, but this is a start. [This](https://github.com/mackuba/didkit/blob/master/lib/didkit/resolver.rb) could be a good reference.\n\n## Integration\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/mattmassicotte/ATResolve\", branch: \"main\")\n]\n```\n\n## Usage\n\n```swift\nimport ATResolve\n\nlet resolver = ATResolver()\n\nlet data = try await resolver.resolveHandle(\"massicotte.org\")\n\nprint(data.did)\nprint(data.serviceEndpoint)\n```\n\n## Contributing and Collaboration\n\nI would love to hear from you! Issues or pull requests work great. Both a [Matrix space][matrix] and [Discord][discord] are available for live help, but I have a strong bias towards answering in the form of documentation. You can also find me on [the web](https://www.massicotte.org).\n\nI prefer collaboration, and would love to find ways to work together if you have a similar project.\n\nI prefer indentation with tabs for improved accessibility. But, I'd rather you use the system you want and make a PR than hesitate because of whitespace.\n\nBy participating in this project you agree to abide by the [Contributor Code of Conduct](CODE_OF_CONDUCT.md).\n\n[build status]: https://github.com/mattmassicotte/ATResolve/actions\n[build status badge]: https://github.com/mattmassicotte/ATResolve/workflows/CI/badge.svg\n[platforms]: https://swiftpackageindex.com/mattmassicotte/ATResolve\n[platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmattmassicotte%2FATResolve%2Fbadge%3Ftype%3Dplatforms\n[documentation]: https://swiftpackageindex.com/mattmassicotte/ATResolve/main/documentation\n[documentation badge]: https://img.shields.io/badge/Documentation-DocC-blue\n[matrix]: https://matrix.to/#/%23chimehq%3Amatrix.org\n[matrix badge]: https://img.shields.io/matrix/chimehq%3Amatrix.org?label=Matrix\n[discord]: https://discord.gg/esFpX6sErJ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmassicotte%2Fatresolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmassicotte%2Fatresolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmassicotte%2Fatresolve/lists"}