{"id":31646399,"url":"https://github.com/rock-n-code/marvel-service","last_synced_at":"2026-05-14T21:36:58.331Z","repository":{"id":318125415,"uuid":"1069815740","full_name":"rock-n-code/marvel-service","owner":"rock-n-code","description":"An unofficial service written in Swift that interacts with the Marvel API backend service.","archived":false,"fork":false,"pushed_at":"2025-10-07T23:03:42.000Z","size":16146,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T02:34:18.259Z","etag":null,"topics":["marvel","marvel-comics","swift-client","swift-library"],"latest_commit_sha":null,"homepage":"https://github.com/rock-n-code/marvel-service","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rock-n-code.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T17:16:07.000Z","updated_at":"2025-10-07T23:02:50.000Z","dependencies_parsed_at":"2025-10-05T09:38:42.020Z","dependency_job_id":null,"html_url":"https://github.com/rock-n-code/marvel-service","commit_stats":null,"previous_names":["rock-n-code/marvel-service"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rock-n-code/marvel-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock-n-code%2Fmarvel-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock-n-code%2Fmarvel-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock-n-code%2Fmarvel-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock-n-code%2Fmarvel-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rock-n-code","download_url":"https://codeload.github.com/rock-n-code/marvel-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rock-n-code%2Fmarvel-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["marvel","marvel-comics","swift-client","swift-library"],"created_at":"2025-10-07T05:49:28.928Z","updated_at":"2026-05-14T21:36:58.299Z","avatar_url":"https://github.com/rock-n-code.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frock-n-code%2Fmarvel-service%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/rock-n-code/marvel-service)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Frock-n-code%2Fmarvel-service%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/rock-n-code/marvel-service)\n\n# Marvel Service\n\nA library written entirely with [Swift](https://www.swift.org) that allow the developer to interacts with the [Marvel API](https://developer.marvel.com) backend service.\n\n## Installation\n\nTo use this library with your package, then add it as a dependency in the `Package.swift` file:\n\n```swift\nlet package = Package(\n    // name, platforms, products, etc.\n    dependencies: [\n        .package(url: \"https://github.com/rock-n-code/marvel-service\", from: \"1.0.0\"),\n        // other dependencies\n    ],\n    targets: [\n        .target(\n            name: \"SomeTarget\", \n            dependencies: [\n                .product(name: \"MarvelService\", package: \"marvel-service\"),\n            ]\n        )\n        // other targets\n    ]\n)\n```\n\nIt is also possible to use this library with your app in Xcode, then add it as a dependency in your Xcode project.\n\n\u003e important: Swift 5.10 or higher is required in order to compile this library.\n\n## Documentation\n\nPlease refer to the [online documentation](https://rock-n-code.github.io/marvel-service/documentation/marvelservice/) for further informations about this library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frock-n-code%2Fmarvel-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frock-n-code%2Fmarvel-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frock-n-code%2Fmarvel-service/lists"}