Skip to content

In quotes API call response , add an attribute which shows to whom that was deliverd to. #80

@yashwanth2804

Description

@yashwanth2804

When I call this API
https://www.breakingbadapi.com/api/quotes/1
Current implementation

[{
"quote_id":1,
"quote":"I am not in danger, Skyler. I am the danger!",
"author":"Walter White","series":"Breaking Bad"
}]

Requested new response implementation

[{
"quote_id":1,
"quote":"I am not in danger, Skyler. I am the danger!",
"author":"Walter White","series":"Breaking Bad",
"to_whom":"Skyler"

}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions