{"id":20800293,"url":"https://github.com/atbashee/atbash-rest-client","last_synced_at":"2025-10-08T19:49:48.797Z","repository":{"id":57715079,"uuid":"135188281","full_name":"atbashEE/atbash-rest-client","owner":"atbashEE","description":"MicroProfile Rest client implementation for Java 7 and specific for Atbash Octopus","archived":false,"fork":false,"pushed_at":"2019-03-16T20:49:32.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T12:26:06.054Z","etag":null,"topics":["javaee","jax-rs-client","microprofile"],"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/atbashEE.png","metadata":{"files":{"readme":"README.md","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":"2018-05-28T17:03:18.000Z","updated_at":"2024-12-09T19:54:23.000Z","dependencies_parsed_at":"2022-09-11T15:30:51.798Z","dependency_job_id":null,"html_url":"https://github.com/atbashEE/atbash-rest-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-rest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-rest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-rest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atbashEE%2Fatbash-rest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atbashEE","download_url":"https://codeload.github.com/atbashEE/atbash-rest-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243147274,"owners_count":20243744,"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":["javaee","jax-rs-client","microprofile"],"created_at":"2024-11-17T18:13:09.863Z","updated_at":"2025-10-08T19:49:43.753Z","avatar_url":"https://github.com/atbashEE.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Atbash MicroProfile rest client \n\nMicroProfile rest client defines a type-safe approach for invoking RESTful services. \n\nThis Atbash implementation has the following goals\n\n. Independent implementation, not part of a larger framework or MP server implementation.\n. Must be useable on any Java EE 7 and Java EE 8 compliant server\n. Must be useable from Java 7\n\n# Compliant, not certified.\n\nSince we liked to have this Atbash implementation to be based on Java 7, The API code (Of Eclipse MicroProfile Rest client) is ported to Java 7 (as it is based on Java 8)\n\nDue to the usage of some Java 8 features, the port to Java 7 is not identical and thus some small differences exists.\n\nFor example the programmatic retrieval of the Rest Client is done like this\n\n    AbstractRestClientBuilder.newBuilder().build(HelloService.class);\n    \nBut official way is\n\n    RestClientBuilder.newBuilder().build(HelloService.class);\n\n\n# Work in Progress\n\nOnly the basic features of the Rest Client 1.0 specification is implemented and ported. Supported is\n\n. Calling JAX-RS endpoint.\n. Using PathParam, QueryParam and HeaderParam\n. Using methods GET, POST, PUT and DELETE\n. Using CDI and programmatic lookup\n. Using JSON payloads\n\nNot supported for the moment\n\n. Custom exception mapping\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatbashee%2Fatbash-rest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatbashee%2Fatbash-rest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatbashee%2Fatbash-rest-client/lists"}