Registry / http-client / client-runtime

client-runtime

JSON →
library1.7.14javamavenunverified

Provides the basic runtime components for Java clients generated by AutoRest, including HTTP pipeline and serialization utilities.

<dependency> <groupId>com.microsoft.rest</groupId> <artifactId>client-runtime</artifactId> <version>1.7.14</version> </dependency>
INSTALL
IMPORT
SIG · CLIENT-RUNTIME
C
client-runtime
http-clientjavav1.7.14
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.

RestClient
com.microsoft.rest.RestClient

Create a basic RestClient instance.

import com.microsoft.rest.RestClient; RestClient client = new RestClient.Builder() .withBaseUrl("https://api.example.com") .build();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources
client-runtime — mvn dependency:get client-runtime · libregistry