Skip to content

Swift: json decoding issues #107

@jkaster

Description

@jkaster

There are deserialization issues preventing full retrieval of API endpoint payloads in a variety of formats

  • space/folder parent_id can be null but is specified as not null
  • space/folder parent_id is specified as string but is passed as number
  • dashboard_elements must be omitted from the field list for retrieving a dashboard because they don't deserialize.
  • spaces/folders need to be omitted from the field list for dashboards and looks because they don't deserialize
    There are other issues as well, but this is enough to get started

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugRegression or bugp3Priority 3swiftSwift SDK issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions