Registry / http-client / microprofile-rest-client-api

microprofile-rest-client-api

JSON →
library3.0.1javamavenunverified

Typesafe Rest Client APIs for MicroProfile, providing a type-safe approach to invoke RESTful services.

<dependency> <groupId>org.eclipse.microprofile.rest.client</groupId> <artifactId>microprofile-rest-client-api</artifactId> <version>3.0.1</version> </dependency>
INSTALL
IMPORT
SIG · MICROPROFILE-REST-
M
microprofile-rest-client-api
http-clientjavav3.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RestClientBuilder
org.eclipse.microprofile.rest.client.RestClientBuilder

Creates a RestClientBuilder instance

import org.eclipse.microprofile.rest.client.RestClientBuilder; import java.net.URI; public class Example { public static void main(String[] args) { RestClientBuilder builder = RestClientBuilder.newBuilder(); builder.baseUri(URI.create("https://api.example.com")); System.out.println("Builder created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
microprofile-rest-client-api — mvn dependency:get microprofile-rest-client-api · libregistry