{"id":21540022,"url":"https://github.com/robinpowered/robin-java-sdk","last_synced_at":"2025-04-10T03:26:42.346Z","repository":{"id":6932176,"uuid":"8183449","full_name":"robinpowered/robin-java-sdk","owner":"robinpowered","description":"Official Robin Java SDK","archived":false,"fork":false,"pushed_at":"2018-08-27T21:19:48.000Z","size":2818,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-24T04:43:39.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.robinpowered.com","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/robinpowered.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":"2013-02-13T17:04:43.000Z","updated_at":"2019-01-13T08:13:48.000Z","dependencies_parsed_at":"2022-09-22T10:35:50.091Z","dependency_job_id":null,"html_url":"https://github.com/robinpowered/robin-java-sdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinpowered%2Frobin-java-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinpowered%2Frobin-java-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinpowered%2Frobin-java-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinpowered%2Frobin-java-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinpowered","download_url":"https://codeload.github.com/robinpowered/robin-java-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248150066,"owners_count":21055851,"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-11-24T04:17:01.779Z","updated_at":"2025-04-10T03:26:42.319Z","avatar_url":"https://github.com/robinpowered.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robin Java SDK\n[![Build Status](https://travis-ci.org/robinpowered/robin-java-sdk.svg?branch=master)](https://travis-ci.org/robinpowered/robin-java-sdk)\n\nThis README is a work in progress.\n\nFull API documentation is available at [docs.robinpowered.com](http://docs.robinpowered.com).\n\n[View the Javadoc](http://robinpowered.github.io/robin-java-sdk/javadoc)\n\n## Download\n\nUsing Maven:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.robinpowered\u003c/groupId\u003e\n  \u003cartifactId\u003erobin-java-sdk\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nor using Gradle:\n\n```groovy\ncompile 'com.robinpowered:robin-java-sdk:1.0.0'\n```\n\n## Compile locally\n```\nmvn clean package\n```\n\nLocally compiled .jar file will be placed in the `target` directory.\n\n## Snapshots\n\nSnapshots are available from the\n[sonatype `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/) \n\nThe jar is available for direct download [here](https://oss.sonatype.org/content/repositories/snapshots/com/robinpowered/robin-java-sdk/).\n\n## Getting Started\n\nUsing the Robin API requires an API access token, which can be generated by logging in a https://dashboard.robinpowered.com.\n\nOnce you have an access token, you can instantiate the `RobinApi` class to easily make API calls:\n\n```java\nCredential credential = new AccessTokenCredential(\"my token\");\nRobinApi apiClient = new RobinApi(credential);\n\nApiResponse\u003cList\u003cPresence\u003e\u003e presence = apiClient.getService(PlacesService.class).getPresence(mySpaceId).getData();\n```\n\n\n## License\n\n\n       Copyright 2015 Robin Powered, Inc.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinpowered%2Frobin-java-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinpowered%2Frobin-java-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinpowered%2Frobin-java-sdk/lists"}