{"id":24737272,"url":"https://github.com/jabirdev/blogger-api","last_synced_at":"2026-05-20T05:01:31.777Z","repository":{"id":170187158,"uuid":"228852956","full_name":"JabirDev/blogger-api","owner":"JabirDev","description":"Android Library for Blogger API V3","archived":false,"fork":false,"pushed_at":"2019-12-18T15:38:14.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T17:44:48.392Z","etag":null,"topics":["android-library","blogger","java","retrofit"],"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/JabirDev.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}},"created_at":"2019-12-18T14:05:58.000Z","updated_at":"2019-12-18T15:25:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"bdf38ad3-e7ae-4c72-9c5b-99dfcd5faf94","html_url":"https://github.com/JabirDev/blogger-api","commit_stats":null,"previous_names":["jabirdev/blogger-api"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JabirDev/blogger-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fblogger-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fblogger-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fblogger-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fblogger-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JabirDev","download_url":"https://codeload.github.com/JabirDev/blogger-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JabirDev%2Fblogger-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278722752,"owners_count":26034461,"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-07T02:00:06.786Z","response_time":59,"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":["android-library","blogger","java","retrofit"],"created_at":"2025-01-27T22:07:38.095Z","updated_at":"2025-10-07T05:00:16.238Z","avatar_url":"https://github.com/JabirDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Blogger API Android Library\n=========================================\n[![JitPack](https://jitpack.io/v/JabirDev/blogger-api.svg)](https://jitpack.io/#JabirDev/blogger-api)\n\n## Gradle\nAdd JitPack repository:\n```java\nrepositories {\n        maven { url 'https://jitpack.io' }\n    }\n```\nAnd the dependency:\n```java\ndependencies {\n    implementation 'com.github.JabirDev:blogger-api:version'\n}\n```\n\n## Description\n\nThis library is made to make it easier for you to work with Blogger API v3.  This library also use Retrofit for the networking, you can visit Retrofit [here](https://github.com/square/retrofit).\n\u003eNote: This library not support POST request\n\n## Setup\n\n* Create your `API KEY` go to [Blogger API Documentation](https://developers.google.com/blogger/docs/3.0/using)\n* Login into your Blogger account and get your blog id\n\n## Example\n\n```java\nBloggerApi api = new BloggerApi(\"your_blog_id\", \"your_api_key\");\n// Get recent post\napi.getPostList(new PostListListener() {\n      @Override\n      public void onPostListSuccessListener(PostList postList) {\n            // Do something\n      }\n\n      @Override\n      public void onFailureListener(Throwable t) {\n             // Do something\n      }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fblogger-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabirdev%2Fblogger-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabirdev%2Fblogger-api/lists"}