{"id":1907,"url":"https://github.com/pavelpantus/PPEventRegistryAPI","last_synced_at":"2025-08-02T05:33:01.215Z","repository":{"id":62450202,"uuid":"61496712","full_name":"pavelpantus/PPEventRegistryAPI","owner":"pavelpantus","description":"Swift 3 framework for accessing data in Event Registry (http://eventregistry.org/)","archived":false,"fork":false,"pushed_at":"2016-11-20T15:29:35.000Z","size":294,"stargazers_count":8,"open_issues_count":12,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-13T10:45:07.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pavelpantus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-06-19T19:31:48.000Z","updated_at":"2016-11-01T15:02:50.000Z","dependencies_parsed_at":"2022-11-01T23:18:05.286Z","dependency_job_id":null,"html_url":"https://github.com/pavelpantus/PPEventRegistryAPI","commit_stats":null,"previous_names":["pantuspavel/ppeventregistryapi"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pavelpantus/PPEventRegistryAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelpantus%2FPPEventRegistryAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelpantus%2FPPEventRegistryAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelpantus%2FPPEventRegistryAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelpantus%2FPPEventRegistryAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavelpantus","download_url":"https://codeload.github.com/pavelpantus/PPEventRegistryAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelpantus%2FPPEventRegistryAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268339403,"owners_count":24234544,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2024-01-05T20:15:58.703Z","updated_at":"2025-08-02T05:33:00.855Z","avatar_url":"https://github.com/pavelpantus.png","language":"Swift","funding_links":[],"categories":["SDK"],"sub_categories":["Unofficial"],"readme":"# PPEventRegistryAPI\nSwift 3 framework for accessing data in Event Registry (http://eventregistry.org/)\n\n[![CI Status](http://img.shields.io/travis/pantuspavel/PPEventRegistryAPI.svg?style=flat)](https://travis-ci.org/pantuspavel/PPEventRegistryAPI)\n[![codecov.io](https://codecov.io/gh/pantuspavel/PPEventRegistryAPI/branch/master/graphs/badge.svg)](https://codecov.io/gh/pantuspavel/PPEventRegistryAPI/branch/master)\n[![Code Climate](https://codeclimate.com/github/pantuspavel/PPEventRegistryAPI/badges/gpa.svg)](https://codeclimate.com/github/pantuspavel/PPEventRegistryAPI)\n[![Version](https://img.shields.io/cocoapods/v/PPEventRegistryAPI.svg?style=flat)](http://cocoapods.org/pods/PPEventRegistryAPI)\n[![License](https://img.shields.io/cocoapods/l/PPEventRegistryAPI.svg?style=flat)](http://cocoapods.org/pods/PPEventRegistryAPI)\n[![Platform](https://img.shields.io/cocoapods/p/PPEventRegistryAPI.svg?style=flat)](http://cocoapods.org/pods/PPEventRegistryAPI)\n[![Swift Version](https://img.shields.io/badge/Swift-3.0-F16D39.svg?style=flat)](https://developer.apple.com/swift)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Swift Package Manager compatible](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange.svg?style=flat)](https://swiftpkgs.ng.bluemix.net/package/pantuspavel/PPEventRegistryAPI)\n\n## Supported API calls\n\n- `Log In`\n- `Get Event By Identifier`\n- `Get Recent Articles`\n\n## [Known Issues](https://github.com/pantuspavel/PPEventRegistryAPI/issues)\n\n## Installation\n\nPPEventRegistryAPI is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"PPEventRegistryAPI\"\n```\n\nPPEventRegistryAPI is also available through [Carthage](https://github.com/Carthage/Carthage).\nAdd the following line to your Cartfile:\n\n```ruby\ngithub \"pantuspavel/PPEventRegistryAPI\"\n```\n\n## Developer Setup\n\n*The following stuff needed:* [Xcode 8](https://developer.apple.com/download/), [Bundler](http://bundler.io/), [CocoaPods](http://cocoapods.org/).\n\nTo open the project:\n```bash\ngit clone git@github.com:pantuspavel/PPEventRegistryAPI.git\ncd PPEventRegistryAPI\nbundle\npod install\nopen PPEventRegistryAPI/PPEventRegistryAPI.xcworkspace\n```\n\nTo open an example project:\n```bash\ngit clone git@github.com:pantuspavel/PPEventRegistryAPI.git\ncd PPEventRegistryAPI/Example\nbundle\npod install\nopen Example/PPEventRegistryTest.xcworkspace\n```\n\n## Code Style\n\n- [The Official raywenderlich.com Swift Style Guide.](https://github.com/raywenderlich/swift-style-guide#the-official-raywenderlichcom-swift-style-guide)\n- [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)\n\n## Author\n\nPavel Pantus, [@pantusp](https://twitter.com/pantusp), pantusp@gmail.com\n\n## License\n\nPPEventRegistryAPI is available under the MIT license. See the LICENSE file for more info.\n\n## Links\n- [Accessing Event Registry data through Python](https://github.com/gregorleban/EventRegistry)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelpantus%2FPPEventRegistryAPI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavelpantus%2FPPEventRegistryAPI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelpantus%2FPPEventRegistryAPI/lists"}