{"id":24135084,"url":"https://github.com/reveldigital/reveldigital-api","last_synced_at":"2026-05-13T09:39:12.991Z","repository":{"id":17738480,"uuid":"20578665","full_name":"RevelDigital/reveldigital-api","owner":"RevelDigital","description":"Java wrapper library for the RevelDigital HTTP/JSON API.","archived":false,"fork":false,"pushed_at":"2018-05-17T20:42:17.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T01:19:58.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/RevelDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2014-06-06T21:23:46.000Z","updated_at":"2018-05-17T20:42:18.000Z","dependencies_parsed_at":"2022-09-01T09:10:20.234Z","dependency_job_id":null,"html_url":"https://github.com/RevelDigital/reveldigital-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Freveldigital-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Freveldigital-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Freveldigital-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RevelDigital%2Freveldigital-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RevelDigital","download_url":"https://codeload.github.com/RevelDigital/reveldigital-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241356407,"owners_count":19949524,"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":"2025-01-12T01:20:00.910Z","updated_at":"2026-05-13T09:39:12.933Z","avatar_url":"https://github.com/RevelDigital.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"reveldigital-api\n================\n\nJava wrapper library for the RevelDigital HTTP/JSON API. Documentation for the REST API can be found at the\ndevelopers website [http://developer.reveldigital.com](http://developer.reveldigital.com).\n\nAccess to the API requires an API key which is generated per RevelDigital account.\n\n----\n# Get it!\n\n## Maven\n\nFunctionality of this package is contained in\nJava package `com.reveldigital`.\n\nTo use the package, you need to use following Maven dependency:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.reveldigital\u003c/groupId\u003e\n  \u003cartifactId\u003ereveldigital-api\u003c/artifactId\u003e\n  \u003cversion\u003e1.4.22\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nor Gradle:\n\n```groovy\ncompile 'com.reveldigital:reveldigital-api:1.4.22'\n```\n\nor download jars from Maven repository.\n\n## Non-Maven\n\nFor non-Maven use cases, you download jars from [Central Maven repository](http://repo1.maven.org/maven2/com/reveldigital/reveldigital-api/).\n\n-----\n# Use it!\n\n## General\n\nUsage requires an API key. To obtain a key you must have a RevelDigital account. API keys are generated by the user\non the _Account \u003e Account Information_ page.\n\nPlease see [http://www.reveldigital.com](http://www.reveldigital.com) for more information on RevelDigital services.\n\nUsage typically starts with creation of a service using a service specific `Builder` instance:\n\n```java\nDeviceService service = new DeviceService.Builder()\n                .setApiKey(\"My API Key\")\n                .build();\nList\u003cDevice\u003e devices = service.getDevices();\n```\n\n## Documentation\n\n[https://reveldigital.github.io/reveldigital-api/javadoc/index.html](https://reveldigital.github.io/reveldigital-api/javadoc/index.html)\n\n# License\n\nCopyright (c) 2016 Mike Tinnes\n\nLicensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freveldigital%2Freveldigital-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freveldigital%2Freveldigital-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freveldigital%2Freveldigital-api/lists"}