PlexusJS/plexus

Add back an API class to consume in route

itsRems opened this issue · 1 comments

Give the option to create master API "classes" to be used with older projects.

This should contain all the error handling / request features / options, and be used by routes

I don't entirely understand what you mean by this? Do you mean there should be a separate api class that users would use as an alternative to route? I'm not understanding what the flow is between the two.
Is it just an alias for route?