Skip to main content

Introduction

About eapi

The eapi is a command line API tool to manage some basic operations on Eenos .Eenos. This api tool will behelp to helpful for developingdevelop Eenos apps .apps. 

This API tool have currently some limited functionality ,functionality, if you like to see some features on this, please let us know.

How to access eapi ?eapi?

Please use the  command line   /usr/bin/eapi

Results From EAPI

The EAPI will  output results as YAML , JSONJSON,   or JsonPretty format. The default output format is YAML. The eapi output contains three parts.

  • status : This shows if the API action is successsuccessful 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.