Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Change API response data structure. #14

Closed
@andrey-helldar

Description

@andrey-helldar

For errors:
From: {"error":{"error_code":400,"error_msg":"Test message"}}
To: {"error":{"code":400,"msg":"Test message"}}

For success:
From: {"response":"Text message"}
To single information: {"Test message"}
To a few items: {"count":0,"items":["Test message 1","Test message 2","Test message 3"]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions