{"id":32146770,"url":"https://github.com/serverdriven/screendatanavigation-swift","last_synced_at":"2026-02-19T02:02:14.765Z","repository":{"id":42585688,"uuid":"313500041","full_name":"ServerDriven/ScreenDataNavigation-swift","owner":"ServerDriven","description":"Handling ScreenData's Destinations","archived":false,"fork":false,"pushed_at":"2022-05-07T21:55:42.000Z","size":514,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T08:41:55.536Z","etag":null,"topics":["swift"],"latest_commit_sha":null,"homepage":"https://serverdriven.github.io/ScreenData/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ServerDriven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-17T03:48:10.000Z","updated_at":"2022-03-05T21:18:47.000Z","dependencies_parsed_at":"2022-08-24T00:41:21.726Z","dependency_job_id":null,"html_url":"https://github.com/ServerDriven/ScreenDataNavigation-swift","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ServerDriven/ScreenDataNavigation-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServerDriven%2FScreenDataNavigation-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServerDriven%2FScreenDataNavigation-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServerDriven%2FScreenDataNavigation-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServerDriven%2FScreenDataNavigation-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ServerDriven","download_url":"https://codeload.github.com/ServerDriven/ScreenDataNavigation-swift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ServerDriven%2FScreenDataNavigation-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"online","status_checked_at":"2026-02-19T02:00:07.702Z","response_time":117,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["swift"],"created_at":"2025-10-21T08:26:42.544Z","updated_at":"2026-02-19T02:02:14.756Z","avatar_url":"https://github.com/ServerDriven.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScreenDataNavigation\n\n```swift\n// MARK: ScreenProviding\n// Provide ScreenDataUI with SomeScreen\n\npublic protocol ScreenProviding {\n    func screen(forID id: String) -\u003e AnyPublisher\u003cSomeScreen, Error\u003e\n}\n\npublic struct MockScreenProvider: ScreenProviding {\n    // ...\n}\n\npublic struct URLScreenProvider: ScreenProviding {\n    // ...\n}\n\npublic struct FileScreenProvider: ScreenProviding {\n    // ...\n}\n\n// MARK: ScreenStoring\n// Store SomeScreens for later\n\npublic protocol ScreenStoring {\n    func store(screens: [SomeScreen]) -\u003e AnyPublisher\u003cVoid, Error\u003e\n}\n\npublic struct FileScreenStore: ScreenStoring {\n    // ...\n}\n\n// MARK: ScreenLoading\npublic protocol ScreenLoading {\n    func load(withProvider provider: ScreenProviding) -\u003e AnyPublisher\u003c[SomeScreen], Error\u003e\n}\n\n// MARK: ScreenLoading Basic Implementation\nextension SomeScreen: ScreenLoading {\n    // ...\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverdriven%2Fscreendatanavigation-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverdriven%2Fscreendatanavigation-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverdriven%2Fscreendatanavigation-swift/lists"}