{"id":34912113,"url":"https://github.com/flagright/flagright-java","last_synced_at":"2026-02-13T09:37:03.402Z","repository":{"id":275730787,"uuid":"913224057","full_name":"flagright/flagright-java","owner":"flagright","description":"The Flagright Java library provides access to the Flagright API from Java.","archived":false,"fork":false,"pushed_at":"2025-12-31T14:02:07.000Z","size":695,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-04T21:51:10.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/flagright.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-07T09:16:17.000Z","updated_at":"2025-12-31T14:02:08.000Z","dependencies_parsed_at":"2025-02-26T16:19:47.785Z","dependency_job_id":"7080b8c2-374a-4282-ad96-3e09524c1757","html_url":"https://github.com/flagright/flagright-java","commit_stats":null,"previous_names":["flagright/flagright-java"],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/flagright/flagright-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagright%2Fflagright-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagright%2Fflagright-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagright%2Fflagright-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagright%2Fflagright-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flagright","download_url":"https://codeload.github.com/flagright/flagright-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flagright%2Fflagright-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28640139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-12-26T11:29:52.300Z","updated_at":"2026-01-21T19:02:54.634Z","avatar_url":"https://github.com/flagright.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flagright Java Library\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.flagright.api/flagright-java)](https://central.sonatype.com/artifact/com.flagright.api/flagright-java)\n[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern)\n\nThe Merge Java SDK provides convenient access to the Merge API from Java or Kotlin.\n\n## Documentation\n\nAPI documentation is available at [here](https://central.sonatype.com/artifact/com.flagright.api/flagright-java).\n\n## Installation\n\n### Gradle\n\nAdd the dependency in your `build.gradle`:\n\n```groovy\ndependencies {\n    implementation 'com.flagright.api:flagright-java:0.x.x'\n}\n```\n\n### Maven\n\nAdd the dependency in your `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.flagright.api\u003c/groupId\u003e\n    \u003cartifactId\u003eflagright-java\u003c/artifactId\u003e\n    \u003cversion\u003ex.x.x\u003c/version\u003e\n\u003c/dependency\n```\n\n## Usage\n\n```java\nimport com.flagright.api.FlagrightApiClient;\nimport com.flagright.api.types.TransactionType;\nimport com.flagright.api.types.Transaction;\nimport com.flagright.api.types.TransactionsVerifyResponse;\nimport com.flagright.api.resources.transactions.requests.TransactionsVerifyRequest;\n\nFlagrightApiClient flagright = FlagrightApiClient.builder()\n  .environment(\"https://sandbox.flagright.com\")\n  .apiKey(\"YOUR_API_KEY\")\n  .build();\n\nTransactionsVerifyResponse resposne = flagright.transactions.verify(TransactionsVerifyRequest.builder()\n  .body(Transaction.builder()\n      .transactionId(\"my-transaction-id\")\n      .type(TransactionType.DEPOSIT)\n      .timestamp(1692624734000.0)\n      .build()\n  .build());\n```\n\n## Contributing\n\nWhile we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest opening an issue first to discuss with us!\n\nOn the other hand, contributions to the README are always very welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagright%2Fflagright-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflagright%2Fflagright-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflagright%2Fflagright-java/lists"}