Skip to content

clean-arch-enablers-project/cae-utils-http-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✔️ cae-utils-http-client

☕ Java edition


Welcome to the cae-utils-http-client repository! The cae-utils-http-client is a standalone library: you can use it in whatever application architecture you choose, with whatever framework of your preference. This is the part of the CAE ecosystem designed to enable you to build REST API calls at your Adapters layer without having to compromise the whole application architecture getting coupled to some framework or library.

▶️ The artifact

<dependency>
  <groupId>com.clean-arch-enablers</groupId>
  <artifactId>http-client</artifactId>
  <version>${version}</version>
</dependency>

State Symbol Key:

  • Under release state
  • ✔️Under snapshot state
  • Under full development state



💡 proper documentation will soon be available.