Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 781 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 781 Bytes

REST Java API

The REST Java API provides Java-based REST APIs for the mirror node. Originally, the mirror node REST API was written in JavaScript and contained within the hedera-mirror-rest module. This new module is intended to contain new APIs and any existing JavaScript APIs once converted to Java. Eventually, all JavaScript APIs will be converted to Java and the two modules can be merged.

Technologies

This module uses Spring Boot for its application framework. To serve the APIs, Spring Web is used with annotation-based controllers. Spring Data JPA with Hibernate is used for the persistence layer.