{"id":23379237,"url":"https://github.com/johnjohndoe/droidconberlin-base","last_synced_at":"2026-05-15T22:03:05.711Z","repository":{"id":136462780,"uuid":"138391665","full_name":"johnjohndoe/droidconberlin-base","owner":"johnjohndoe","description":"A Kotlin library containing a parser and models for the Droidcon Berlin API.","archived":false,"fork":false,"pushed_at":"2018-06-26T22:20:38.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T10:43:24.770Z","etag":null,"topics":["2018","api","backend","berlin","berlindroid","droidcon","json","kotlin","library","moshi","parser","retrofit","wrapper"],"latest_commit_sha":null,"homepage":"https://github.com/johnjohndoe/droidconberlin-base","language":"Kotlin","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2018-06-23T10:19:24.000Z","updated_at":"2020-11-29T16:48:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2f74a4e-4e76-403d-bec3-e6524c983911","html_url":"https://github.com/johnjohndoe/droidconberlin-base","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/johnjohndoe/droidconberlin-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fdroidconberlin-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fdroidconberlin-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fdroidconberlin-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fdroidconberlin-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnjohndoe","download_url":"https://codeload.github.com/johnjohndoe/droidconberlin-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnjohndoe%2Fdroidconberlin-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943424,"owners_count":26417747,"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-10-25T02:00:06.499Z","response_time":81,"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":["2018","api","backend","berlin","berlindroid","droidcon","json","kotlin","library","moshi","parser","retrofit","wrapper"],"created_at":"2024-12-21T19:17:15.800Z","updated_at":"2026-05-15T22:03:05.693Z","avatar_url":"https://github.com/johnjohndoe.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/johnjohndoe/droidconberlin-base.svg?branch=master)](https://travis-ci.org/johnjohndoe/droidconberlin-base) [![Apache License](http://img.shields.io/badge/license-Apache%20License%202.0-lightgrey.svg)](http://choosealicense.com/licenses/apache-2.0/) [![JitPack](https://jitpack.io/v/johnjohndoe/droidconberlin-base.svg)][jitpack-droidconberlin-base]\n\n# droidconberlin-base library\n\n![Droidcon Berlin logo](gfx/droidcon-berlin-logo-300x300.png \"Droidcon Berlin logo\")\n\nA Kotlin library containing a parser and models for the Droidcon Berlin API:\n\n* https://cfp.droidcon.de/rest/sessions.json\n* https://cfp.droidcon.de/rest/speakers.json // not yet implemented\n\n\n## Gradle build\n\nTo deploy the library to your local Maven repository run the following task:\n\n```bash\n$ ./gradlew publishToMavenLocal\n```\n\nThen, to use the library in your project add the following to\nyour top level `build.gradle`:\n\n```\nallprojects {\n    repositories {\n        jcenter()\n        mavenLocal()\n    }\n}\n```\n\nand to your application module `build.gradle`:\n\n\n```groovy\ndependencies {\n    compile \"info.metadude.kotlin.library.droidconberlin:droidconberlin-base:$version\"\n}\n```\n\nAlternatively, you can use [JitPack][jitpack-droidconberlin-base] to fetch and\nbuild the sources directly from this repository.\n\n\n## Tests\n\nRun the following command to execute all tests:\n\n```groovy\n$ ./gradlew clean test\n```\n\n## Which applications are using this library?\n\n* Droidcon Berlin 2018 Schedule - [Google Play][droidcon-berlin-2018-schedule-google-play]\n\n## Author\n\n* [Tobias Preuss][tobias-preuss]\n\n## License\n\n    Copyright 2018-2026 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[droidcon-berlin-2018-schedule-google-play]: https://play.google.com/store/apps/details?id=info.metadude.android.droidconberlin.schedule\n[jitpack-droidconberlin-base]: https://jitpack.io/#johnjohndoe/droidconberlin-base\n[tobias-preuss]: https://github.com/johnjohndoe\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fdroidconberlin-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnjohndoe%2Fdroidconberlin-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnjohndoe%2Fdroidconberlin-base/lists"}