Repo Usage
1 Intro
This document provides information of the interfaces that Fireplace uses to communicate with a server. With this document you have information to make your own Fireplace server and share your applications using Fireplace Market Client.
2 Fireplace JSON Usage
The JSON array must correctly begin and end with square brackets. [] Each item or app is enclosed by curly braces. {} The below key value pairs are enclosed by double quotes and are joined by colons. “key”:”
2.1 ID
A unique integer identifier
2.2 Label
The title of the item or application
2.3 Path
A valid URL reference to the location of the apk
2.4 PType
Application Categories For Now just Use 1
2.5 Icon
A valid URL reference to the location of the icon to display with the app
2.6 Description
Just what it sounds like, a description of the app
2.7 Devel
The individual or group that is responsible for the development of the app
2.8 Status
Not Really Set Up Yet For Now Just Set to "1"