Introduction
About eapi
The eapi is a command line API tool to manage some basic operations on Eenos. This api tool will help to develop Eenos apps.
This API tool have currently some limited functionality, if you like to see some features on this, please let us know.
How to access eapi?
Please use the command line /usr/bin/eapi
Results From EAPI
The EAPI will output results as YAML, JSON, or JsonPretty format. The default output format is YAML. The eapi output contains three parts.
- status: This shows if the API action is successful or not by providing values ok or failed respectively
- message: A generic message with the API actions
- data: A structured data associated with the api actions
All available API commands can be refereed from the coming pages.