expose ticks through REST API (#7)

Tickers are already exposed for JS integration in Gutenberg. Now ticks
themselves are also available for use with external systems.
This commit is contained in:
2020-04-28 18:21:16 +02:00
parent 4a1197af28
commit 04131a1d99
2 changed files with 2 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ caching time of 12 hours obviously makes no sense.
* Requires PHP 5.6 or above
* Use GMT for automatic updates
* Gutenberg Block available
* Ticks exposed through REST API
### 1.0.0 - 2018-11-02