-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After navigating to an individual article on the debug server the JSON fields are incomplete. The JSON utilized by the android app has a JSON array of articles where each individual article has the following fields:
- "title" : String
- "description" : String
- "author" : String
- "date" : String
- "image" : String (URL)
- "imageCaption" : String
- "body" : String
- "file" : String
- "similarArticles" : Array (contains "file" field of similar articles)
- "tag" : Array (Contains tags assosciated with current article)
"link" : String
"template" : String
The critical fields that need to have data present on the server are bolded and underlined. All the fields that android uses are bulleted. If the server could be updated to have some example articles it would make tying the app to the server much easier.
Metadata
Metadata
Assignees
Labels
No labels