From b375aaa1533a8307b1f41cd2986e37bf9d47a1d5 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Fri, 6 Sep 2019 19:04:36 +0530 Subject: [PATCH] API view basic text --- src/app/view/api-view/api-view.component.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/app/view/api-view/api-view.component.html b/src/app/view/api-view/api-view.component.html index 312c561..010ced1 100644 --- a/src/app/view/api-view/api-view.component.html +++ b/src/app/view/api-view/api-view.component.html @@ -1 +1,26 @@

api-view works!

+

Query API

+ +

+ The API function to call is specified through the q parameter.
+ For instance you can ask the current difficulty of Riecoin with "https://explorer.epic.tech/api?q=totalcoins". +

+

Real-Time Simple Queries

+ + +

Block Queries

+

+ Block APIs only consider blocks in the "main" chain (as determined by the explorer wallet). +

+ \ No newline at end of file