API Reference (HTTP-based REST ๐) โ
The hyper Service Framework is built using the Ports and Adapters
architecture, and so can be presented (and consumed) using any hyper App
implementation.
However, a common presentation of hyper is an HTTP-based RESTful API. The hyper Core team maintains an HTTP-based RESTful hyper hyper App
implementation, using the popular Web Server framework express.
This hyper App
exposes each of the core hyper Services as a set of REST resources:
Data
: hyperData
Services available on the hyperServer
Cache
: hyperCache
Services available on the hyperServer
Storage
: hyperStorage
Services available on the hyperServer
Queue
: hyperQueue
Services available on the hyperServer
Search
: hyperSearch
Services available on the hyperServer
INFO
Be sure to include any appropriate authN/Z on the request. See Securing your hyper Server