jar

io.github.proficienteche : restflow

Maven & Gradle

Feb 17, 2024
39 stars

io.github.proficienteche:RestFlow · RestFlow is a Java-based library designed to simplify the development of Restful applications, particularly in microservices architectures. With its fluent API, RestFlow empowers client applications to effortlessly interact with API endpoints on servers, reducing complexity and enhancing productivity.

Table Of Contents

Latest Version

Download io.github.proficienteche : restflow JAR file - Latest Versions:

All Versions

Download io.github.proficienteche : restflow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window restflow-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.proficient.restapi.restclient.implementation

├─ com.proficient.restapi.restclient.implementation.APIEndpointTemplateImpl.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.APIKeyAuthenticator.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.BasicAuthenticator.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.OAuthAuthenticator.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.OAuthClientCredentials.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RESTClientBuilder.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RESTClientEngine.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RESTClientImpl.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RedisCacheBuilderImpl.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RestClientHelper.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.RestFlow.class - [JAR]

├─ com.proficient.restapi.restclient.implementation.SecureScheme.class - [JAR]

com.proficient.restapi.restclient

├─ com.proficient.restapi.restclient.APIEndpointTemplate.class - [JAR]

├─ com.proficient.restapi.restclient.Authenticator.class - [JAR]

├─ com.proficient.restapi.restclient.CacheManager.class - [JAR]

├─ com.proficient.restapi.restclient.EndpointResponse.class - [JAR]

├─ com.proficient.restapi.restclient.Http.class - [JAR]

├─ com.proficient.restapi.restclient.RESTClient.class - [JAR]

├─ com.proficient.restapi.restclient.RESTClientBuilder.class - [JAR]

├─ com.proficient.restapi.restclient.RedisCacheBuilder.class - [JAR]

├─ com.proficient.restapi.restclient.SecurityScheme.class - [JAR]

com.proficient.restapi.util

├─ com.proficient.restapi.util.ValidateObjects.class - [JAR]

com.proficient.restapi.authenticators

├─ com.proficient.restapi.authenticators.APIKeyAuthenticatorBuilder.class - [JAR]

├─ com.proficient.restapi.authenticators.AuthenticationBuilder.class - [JAR]

├─ com.proficient.restapi.authenticators.BasicAuthenticatorBuilder.class - [JAR]

├─ com.proficient.restapi.authenticators.ClientCredentialsBuilder.class - [JAR]

├─ com.proficient.restapi.authenticators.SecureSchemeType.class - [JAR]

com.proficient.restapi.storage

├─ com.proficient.restapi.storage.InMemoryCache.class - [JAR]

├─ com.proficient.restapi.storage.JedisCache.class - [JAR]

├─ com.proficient.restapi.storage.JedisClusterCache.class - [JAR]

com.proficient.restapi.exception

├─ com.proficient.restapi.exception.APIResponseException.class - [JAR]