Skip to content

Jaydeboy/Router_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1136ed4 · Jun 19, 2020

History

40 Commits
May 25, 2020
Jun 19, 2020
Jun 18, 2020
May 25, 2020
Jun 8, 2020
Apr 17, 2020
Jun 18, 2020

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