Hathor Explorer Service must be able to receive GET requests on /node_api/tokens, with the following parameters:
Parameter
Description
Required?
Default
search_text
Input text by user
No
Empty
sort_by
Which field to sort
No
uid
order
Order by asc or desc
No
asc
search_after
Used for get next/previous page. Two strings separated by comma
No
Empty
With the given parameters, Hathor Explorer Service must be able to reach ElasticSearch and get the necessary information, parse and send to who called the API.
Acceptance Criteria
Hathor Explorer Service must be able to receive GET requests on /node_api/tokens, with the following parameters:
With the given parameters, Hathor Explorer Service must be able to reach ElasticSearch and get the necessary information, parse and send to who called the API.