{"id":22862752,"url":"https://github.com/nedap/retail-renos-api","last_synced_at":"2025-05-07T09:46:36.052Z","repository":{"id":29267852,"uuid":"32800511","full_name":"nedap/retail-renos-api","owner":"nedap","description":"Example code for the Renos API","archived":false,"fork":false,"pushed_at":"2025-02-12T12:38:04.000Z","size":339,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-30T22:59:47.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"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/nedap.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":"2015-03-24T13:30:41.000Z","updated_at":"2025-02-12T12:38:04.000Z","dependencies_parsed_at":"2023-01-14T14:32:56.183Z","dependency_job_id":null,"html_url":"https://github.com/nedap/retail-renos-api","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/nedap%2Fretail-renos-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fretail-renos-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fretail-renos-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nedap%2Fretail-renos-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nedap","download_url":"https://codeload.github.com/nedap/retail-renos-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252854332,"owners_count":21814668,"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-13T10:14:41.367Z","updated_at":"2025-05-07T09:46:36.033Z","avatar_url":"https://github.com/nedap.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Renos API\n\nJava reference implementation and test tool.\n\n## Working directory is java, so go to it\n\tcd java\n\t\n## To build the code\n\tmvn clean install\n\n## To run the code\n\tjava -jar target/websocket-client-example-1.2-jar-with-dependencies.jar http://\u003cunit ip address\u003e\n\n# API dependency\nThe example code depends on an API library `renos-api-message`. This API library is provided within the `java/repo` directory, which is a file-based maven repository.\n\n## Include the library in your Maven project\nTo include the API library in your project, make sure the dependency is available in some repository and reference the repository in your `pom.xml`:\n\n    \u003cproject\u003e\n        \u003crepositories\u003e\n            \u003crepository\u003e\n                \u003cid\u003eproject.local\u003c/id\u003e\n                \u003cname\u003eproject\u003c/name\u003e\n                \u003curl\u003efile:${project.basedir}/repo\u003c/url\u003e\n            \u003c/repository\u003e\n        \u003c/repositories\u003e\n    \u003c/project\u003e\n\nThen add the dependency:\n\n    \u003cproject\u003e\n        \u003cdependencies\u003e\n            \u003cdependency\u003e\n                \u003cgroupId\u003ecom.nedap.retail.renos.api.v2\u003c/groupId\u003e\n                \u003cartifactId\u003erenos-api-message\u003c/artifactId\u003e\n                \u003cversion\u003e1.0\u003c/version\u003e\n            \u003c/dependency\u003e\n        \u003c/dependencies\u003e\n    \u003c/project\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fretail-renos-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnedap%2Fretail-renos-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnedap%2Fretail-renos-api/lists"}