{"id":19156893,"url":"https://github.com/bertrandmartel/bboxapi-router","last_synced_at":"2025-05-07T07:46:33.026Z","repository":{"id":57731324,"uuid":"43032854","full_name":"bertrandmartel/bboxapi-router","owner":"bertrandmartel","description":":signal_strength: Bbox Router API client library for Kotlin/Java/Android","archived":false,"fork":false,"pushed_at":"2018-11-08T17:30:17.000Z","size":1150,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T20:17:33.183Z","etag":null,"topics":["android","api-client","bbox","bouygues","gateway-api","java","kotlin","library"],"latest_commit_sha":null,"homepage":"https://bertrandmartel.github.io/bboxapi-router","language":"Kotlin","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/bertrandmartel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-23T23:27:51.000Z","updated_at":"2022-11-18T17:50:18.000Z","dependencies_parsed_at":"2022-09-26T22:10:21.997Z","dependency_job_id":null,"html_url":"https://github.com/bertrandmartel/bboxapi-router","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fbboxapi-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fbboxapi-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fbboxapi-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertrandmartel%2Fbboxapi-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertrandmartel","download_url":"https://codeload.github.com/bertrandmartel/bboxapi-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252838720,"owners_count":21812082,"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":["android","api-client","bbox","bouygues","gateway-api","java","kotlin","library"],"created_at":"2024-11-09T08:36:19.996Z","updated_at":"2025-05-07T07:46:33.004Z","avatar_url":"https://github.com/bertrandmartel.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BboxApi Router client library #\n\n[![Build Status](https://travis-ci.org/bertrandmartel/bboxapi-router.svg)](https://travis-ci.org/bertrandmartel/bboxapi-router)\n[![Download](https://api.bintray.com/packages/bertrandmartel/maven/bboxapi-router/images/download.svg) ](https://bintray.com/bertrandmartel/maven/bboxapi-router/_latestVersion)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/fr.bmartel/bboxapi-router/badge.svg)](https://maven-badges.herokuapp.com/maven-central/fr.bmartel/bboxapi-router)\n[![Javadoc](http://javadoc-badge.appspot.com/fr.bmartel/bboxapi-router.svg?label=javadoc)](http://javadoc-badge.appspot.com/fr.bmartel/bboxapi-router)\n[![codecov](https://codecov.io/gh/bertrandmartel/bboxapi-router/branch/master/graph/badge.svg)](https://codecov.io/gh/bertrandmartel/bboxapi-router)\n[![License](http://img.shields.io/:license-mit-blue.svg)](LICENSE.md)\n\n[Bbox Router API](https://api.bbox.fr/doc/apirouter/index.html) client library for Kotlin/Java/Android\n\n[**Go to Documentation**](http://bertrandmartel.github.io/bboxapi-router)\n\n## Features\n\n- [x] login (`POST /login`)\n- [x] information summary (`GET /summary`)\n- [x] voip data (`GET /voip`)\n- [x] device information (`GET /device`)\n- [x] call log (`GET /voip/fullcalllog/$line`)\n- [x] known hosts (`GET /hosts`)\n- [x] wireless info (`GET /wireless`)\n- [x] set wifi state (`PUT /wireless?radio.enable=1`)\n- [x] set display state (`PUT /device/display?luminosity=100`)\n- [x] dial phone number (`PUT /voip/dial?line=$line\u0026number=$num`)\n- [x] reboot bbox (`POST /device/reboot?btoken=xxx`)\n- [x] get xdsl information (`GET /wan/xdsl`)\n- [x] get wan ip info (`GET /wan/ip`)\n- [x] enable/disable wifi mac filter (`PUT /wireless/acl`)\n- [x] get wifi mac filters (`GET /wireless/acl`)\n- [x] create wifi mac filter (`POST /wireless/acl?btoken=xxx`)\n- [x] update wifi mac filter (`PUT /wireless/acl/$rule`)\n- [x] delete wifi mac filter (`DELETE /wireless/acl/$rule`)\n- [x] start password recovery (`POST /password-recovery`)\n- [x] verify password recovery (`GET /password-recovery/verify`)\n- [x] reset password (`POST /reset-password`)\n- [x] services list (`GET /services`)\n- [x] configure remote access (`PUT /remote/admin?enable=1`)\n\n## Tests\n\nRun test on mockserver :\n```bash\n./gradlew test\n```\n\n## External Library\n\n* [Fuel](https://github.com/kittinunf/Fuel)\n* [Gson](https://github.com/google/gson)\n\n## API documentation\n\nhttps://api.bbox.fr/doc/apirouter/index.html\n\n## License\n\nThe MIT License (MIT) Copyright (c) 2017-2018 Bertrand Martel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandmartel%2Fbboxapi-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertrandmartel%2Fbboxapi-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertrandmartel%2Fbboxapi-router/lists"}