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
Description
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"]}