Skip to content

Jaydeboy/Router_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API Router

Explanation

Eliminates the need for the use of cumbersome RESTful routes by providing a simple/easy means to matching URIs to a resource(s).

Added Benefits

  1. Provides a routing management system to catalogue routes.
  2. Decouples the client from the server. As such, the server is free from holding data/state.

In plain words:

It is designed to forward API Server request from one central point.

Oracle says:

".........The Router API provides a mechanism for routing API requests intended for API Servers......"

Class Diagram

Class Diagram

Built With

  • Maven - Dependency Management

Security

Acknowledgement

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages