{"id":23379187,"url":"https://github.com/johnjohndoe/scheduleparser","last_synced_at":"2025-04-08T05:50:50.727Z","repository":{"id":23775399,"uuid":"27150542","full_name":"johnjohndoe/ScheduleParser","owner":"johnjohndoe","description":"A Java library containing a parser and models for the congress API ...","archived":false,"fork":false,"pushed_at":"2014-11-25T23:22:46.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T04:18:21.749Z","etag":null,"topics":["ccc","chaoscommunicationcongress","jackson","java","library","models","parser","republica"],"latest_commit_sha":null,"homepage":"","language":"Java","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/johnjohndoe.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":"2014-11-25T23:12:54.000Z","updated_at":"2020-11-29T16:51:33.000Z","dependencies_parsed_at":"2022-08-22T04:50:30.738Z","dependency_job_id":null,"html_url":"https://github.com/johnjohndoe/ScheduleParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2FScheduleParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2FScheduleParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2FScheduleParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2FScheduleParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnjohndoe","download_url":"https://codeload.github.com/johnjohndoe/ScheduleParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785942,"owners_count":20995644,"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":["ccc","chaoscommunicationcongress","jackson","java","library","models","parser","republica"],"created_at":"2024-12-21T19:17:07.838Z","updated_at":"2025-04-08T05:50:50.706Z","avatar_url":"https://github.com/johnjohndoe.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScheduleParser\n\nA Java library containing a parser and models for the congress API available here:\n\n* http://api.republica.bitfever.de/\n* http://api.republica.bitfever.de/events\n* http://api.republica.bitfever.de/30c3/sessions - *Attention: Large file*\n\n\n## Usage\n\nThe library can be accessed via the `ApiModule` class.\n\n```java\nScheduleService scheduleService = ApiModule.getScheduleService();\nscheduleService.getSessionsResponse(new Callback\u003cSessionsResponse\u003e() {\n    // Handle response\n}\n```\n\nMake sure to define the following `packagingOptions` in the  `build.gradle` of you app.\n\n```groovy\npackagingOptions {\n    exclude 'META-INF/LICENSE'\n    exclude 'META-INF/NOTICE'\n}\n```\n\nThere is a **demo application** to checkout a working a example.\n\n\n\n### Gradle build\n\nTo install the sample application to your device run the following task:\n\n```bash\n$ ./gradlew installDebug\n```\n\nTo deploy the library to your local Maven repository run the following task:\n\n```bash\n$ ./gradlew install\n```\n\nThen, to use the library in your project add the following to your `build.gradle`:\n\n```groovy\ndependencies {\n    compile 'info.metadude.android.library.schedule.parser:scheduleparser:1.0.0'\n}\n```\n\n\n\n## Author\n\n* [Tobias Preuss][tobias-preuss]\n\n## License\n\n    Copyright 2014 Tobias Preuss\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n[tobias-preuss]: https://github.com/johnjohndoe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fscheduleparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnjohndoe%2Fscheduleparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fscheduleparser/lists"}