Skip to content

Debug Server JSON #1

@MatthewMawby

Description

@MatthewMawby

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions