Introduction about integrate install and using template.
Below, this is quick guide that will help you build your program and help save time
* Need register as a developer to get started.
Once account developer is open then run install API packaged to install all of GO dependencies. New folder modules will be created automaticaly.
Now you're ready to start building new pages. All you have to do is run curl in terminal or code of program language as PHP, JAVA, .NET, JS... This will track all the sass file changes and start a local webserver at https://api.liye.info/v2/
* Authentication
Obtains authentication token based on provided Client_ID and Client_Secret
Run curl in terminal / use code send request to URL https://api.liye.info/v2/oauth/token
* Upload & Download
Add new a template use POST (multipart) method send request to URL https://api.liye.info/v2/templates
Download a template use GET method send request to URL https://api.liye.info/v2/templates
For more info integrate API into program at REST API, Or contact at here