{"id":22615708,"url":"https://github.com/respoke/respoke-java","last_synced_at":"2025-04-11T12:12:24.731Z","repository":{"id":57718805,"uuid":"37205624","full_name":"respoke/respoke-java","owner":"respoke","description":"Java serverside library for the Respoke REST API","archived":false,"fork":false,"pushed_at":"2015-09-28T20:36:43.000Z","size":245,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-25T08:38:14.929Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/respoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-10T15:30:17.000Z","updated_at":"2022-11-28T16:22:57.000Z","dependencies_parsed_at":"2022-09-26T21:40:31.382Z","dependency_job_id":null,"html_url":"https://github.com/respoke/respoke-java","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Frespoke-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Frespoke-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Frespoke-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/respoke%2Frespoke-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/respoke","download_url":"https://codeload.github.com/respoke/respoke-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248398506,"owners_count":21097292,"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":[],"created_at":"2024-12-08T19:09:09.355Z","updated_at":"2025-04-11T12:12:24.706Z","avatar_url":"https://github.com/respoke.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Respoke Java Library\n[![Build Status](https://travis-ci.org/respoke/respoke-java.svg)](https://travis-ci.org/respoke/respoke-java)\n\nRespoke Java is the officially supported Java library for [Respoke](https://respoke.io).\n\nWith Respoke, you can add live voice, video, text and data features to your website or mobile app. Check out our\n[Guides](https://docs.respoke.io/server/java/getting-started.html) to get started using Respoke and Respoke Java now.\n\nPlease validate you have Java 7 or greater installed.\n\n## Installation\n\nInstall [Respoke's Java Library](http://search.maven.org/#search%7Cga%7C1%7Crespoke) to your project using\n[Maven](http://search.maven.org/).\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.digium.respoke\u003c/groupId\u003e\n    \u003cartifactId\u003erespoke-java\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nInstall Respoke's Java Library to your project using [Gradle](https://gradle.org/).\n\n```\ndependencies {\n    compile \"com.digium.respoke:respoke-java:1.1.0\"\n}\n```\n\n## Running the library\n\nTo use the library, sign up for a FREE [Respoke account](https://portal.respoke.io/#/signup).\n\n```java\nimport com.digium.respoke.*;\n\nRespoke client = new Respoke(new HashMap\u003cString, String\u003e() {{\n    put(\"appId\", \"APP_ID\");\n    put(\"appSecret\",\"APP_SECRET\");\n    put(\"roleId\", \"ROLE_ID\");\n    put(\"endpointId\", \"USER_NAME\");\n}});\n\nString tokenId = client.getTokenId();\n```\n\nReturn this `tokenId` to your front-end and pass it to the `token` property when connecting to Respoke.\n\n## Building from source \u0026 Running Tests\n\nTo build the project from source.\n\n```sh\n./gradlew build\n```\n\nTo run the tests from source.\n\n```sh\n./gradlew check\n```\n\nTo upload to the maven central respository.\n\n```sh\n./gradlew -b maven.gradle gradle -b maven.gradle uploadArchives\n```\n\nThen close and [release the library](http://central.sonatype.org/pages/releasing-the-deployment.html).\n\n\n## Contributing\n\nIf you wish to submit an issue use the [issue tracker].\n\n[issue tracker]: https://github.com/respoke/respoke-java/issues\n\n1. Fork it ( https://github.com/[my-github-username]/respoke-java/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -a -m 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## License\n\nThis source code is licensed under The MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Frespoke-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frespoke%2Frespoke-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frespoke%2Frespoke-java/lists"}