{"id":21561687,"url":"https://github.com/testmonitor/api-java-client","last_synced_at":"2026-03-09T07:31:18.097Z","repository":{"id":44660808,"uuid":"417042384","full_name":"testmonitor/api-java-client","owner":"testmonitor","description":"This client provides a convenient Java wrapper for the TestMonitor API.","archived":false,"fork":false,"pushed_at":"2024-12-09T07:35:04.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-09T09:12:38.695Z","etag":null,"topics":["api","java","testmonitor"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testmonitor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-14T08:04:43.000Z","updated_at":"2024-12-09T07:35:09.000Z","dependencies_parsed_at":"2022-09-09T09:31:28.415Z","dependency_job_id":"a342fa09-61c6-4a4e-90eb-1be3194080f3","html_url":"https://github.com/testmonitor/api-java-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/testmonitor/api-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fapi-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fapi-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fapi-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fapi-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testmonitor","download_url":"https://codeload.github.com/testmonitor/api-java-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testmonitor%2Fapi-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30287425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api","java","testmonitor"],"created_at":"2024-11-24T09:27:37.227Z","updated_at":"2026-03-09T07:31:18.051Z","avatar_url":"https://github.com/testmonitor.png","language":"Java","readme":"# TestMonitor API Java Client\n\nThis client provides a convenient Java wrapper for the [TestMonitor API](https://docs.testmonitor.com/).\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Changelog](#changelog)\n- [Contributing](#contributing)\n- [Credits](#credits)\n- [License](#license)\n\n## Installation\n\nBefore you start, make sure you have a [recent Java SDK](https://www.oracle.com/java/technologies/downloads/) installed.\n\n### Maven Installation\n\nWe recommend installing the API client in your Java project using Maven. Add it as a dependency to your Maven configuration:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.testmonitor\u003c/groupId\u003e\n    \u003cartifactId\u003eapi-java-client\u003c/artifactId\u003e\n    \u003cversion\u003e2.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Manual Installation\n\nIf you prefer a standalone JAR library, checkout this repository and run Maven to compile the sources and generate a JAR file:\n\n```sh\n    $ git checkout https://github.com/testmonitor/api-java-client.git\n    $ cd api-java-client\n    $ mvn package\n```\n\nYour JAR file will be available in the `target` directory.\n\n## Usage\n\nIf you haven't done so, make sure to create an **API token** in TestMonitor.\n\nStart with a new client instance by providing your TestMonitor domain and API token:\n\n```java\nClient client = new Client(\"example.testmonitor.com\", \"t0ps3cr3t\")\n```\n\nNow you can start interacting with TestMonitor.\n\nTo get a list of projects, use the following code:\n\n```java\nArrayList\u003cProject\u003e projects = client.projects().list();\n```\n\nUse this code to create a new test case folder and test case (for project ID 1):\n\n```java\nProject project = client.projects().get(1);\n\nTestCaseFolder testCaseFolder = client.testCaseFolders(project).create(\"A Test Case Folder\");\nTestCase testCase = client.testCases(project).create(\"A Test Case\", testCaseFolder);\n```\n\nFull documentation is available at our [Wiki](https://github.com/testmonitor/api-java-client/wiki).\n\n## Changelog\n\nRefer to [CHANGELOG](CHANGELOG.md) for more information.\n\n## Contributing\n\nRefer to [CONTRIBUTING](CONTRIBUTING.md) for contributing details.\n\n## Credits\n\n* **Thijs Kok** - *Lead developer* - [ThijsKok](https://github.com/thijskok)\n* **Stephan Grootveld** - *Developer* - [Stefanius](https://github.com/stefanius)\n* **Frank Keulen** - *Developer* - [FrankIsGek](https://github.com/frankisgek)\n* **Muriel Nooder** - *Developer* - [ThaNoodle](https://github.com/thanoodle)\n\n## License\n\nThe MIT License (MIT). Refer to the [License](LICENSE.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestmonitor%2Fapi-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestmonitor%2Fapi-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestmonitor%2Fapi-java-client/lists"}