{"id":23498228,"url":"https://github.com/vpro/amara-java","last_synced_at":"2025-04-22T23:25:07.535Z","repository":{"id":57738088,"uuid":"58730770","full_name":"vpro/amara-java","owner":"vpro","description":"Java client for amara","archived":false,"fork":false,"pushed_at":"2023-02-22T22:32:45.000Z","size":599,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-02-16T15:17:31.336Z","etag":null,"topics":["amara","api-client","java"],"latest_commit_sha":null,"homepage":"","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/vpro.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-13T10:49:21.000Z","updated_at":"2022-04-22T22:29:02.000Z","dependencies_parsed_at":"2023-02-16T00:01:06.652Z","dependency_job_id":null,"html_url":"https://github.com/vpro/amara-java","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Famara-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Famara-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Famara-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpro%2Famara-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpro","download_url":"https://codeload.github.com/vpro/amara-java/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250338970,"owners_count":21414282,"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":["amara","api-client","java"],"created_at":"2024-12-25T05:29:40.425Z","updated_at":"2025-04-22T23:25:07.489Z","avatar_url":"https://github.com/vpro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Amara Java Client\n:toc:\n\nimage:https://github.com/vpro/amara-java/workflows/build/badge.svg?[Build Status,link=https://github.com/vpro/amara-java/actions?query=workflow%3Abuild]\nimage:https://img.shields.io/maven-central/v/nl.vpro.amara/amara-java.svg?label=Maven%20Central[Maven Central,link=https://search.maven.org/search?q=g:%22nl.vpro.amara%22%20AND%20a:%22amara-java%22]\nimage:https://img.shields.io/nexus/s/https/oss.sonatype.org/nl.vpro.amara/amara-java.svg[snapshots,link=https://oss.sonatype.org/content/repositories/staging/nl/vpro/amara/amara-java]\nimage:http://www.javadoc.io/badge/nl.vpro.amara/amara-java.svg?color=blue[javadoc,link=http://www.javadoc.io/doc/nl.vpro.amara/amara-java]\n\nThis is a simple java client for the amara project (https://amara.org/). It isn't yet complete, but methods can easily be added. The API itself is documented https://amara.org/api/[here] (You need to be logged in)\n\n== How to use\n\n[source,java]\n----\nimport nl.vpro.amara.domain.*;\nimport nl.vpro.amara.Client;\n ...\n\n\n  Client amaraClient = Client.builder()\n                 .url(getRequiredConfig(\"amara.api.url\"))\n                 .user(getRequiredConfig(\"amara.api.username\"))\n                 .apiKey(getRequiredConfig(\"amara.api.key\"))\n                 .team(getRequiredConfig(\"amara.api.team\"))\n                 .build();\n\n   Activity amaraActivity = amaraClient.activities().get(\"5036197\");\n\n   Video amaraVideo = amaraClient.videos().get(\"FSW0qzp2Enlk\");\n\n   List\u003cActivity\u003e amaraActivities = amaraClient.activity().list(Activity.TYPE_APPROVE_VERSION, now - afterTimestampInSeconds).getActivities();\n----\n\n== Installation\n\nDownload the most recent jar from: https://oss.sonatype.org/content/repositories/snapshots/nl/vpro/amara/amara-java and install it like you'd normally would.\n\nOr you can add this to your pom.xml\n[source,xml]\n----\n\u003cdependency\u003e\n \u003cgroupId\u003enl.vpro.amara\u003c/groupId\u003e\n \u003cartifactId\u003eamara-java\u003c/artifactId\u003e\n \u003cversion\u003e0.10\u003c/version\u003e\n\u003c/dependency\u003e\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpro%2Famara-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpro%2Famara-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpro%2Famara-java/lists"}