Skip to content

Pass a list of dictionaries to the on_failure callback for POST requests #104

@fblundun

Description

For GET requests, we pass a list of dictionaries. Each dictionary is of the form

{"p": "ev", ...}

For POST requests we currently pass the whole payload object in string form. Now that we have #91, we should convert this to a list of inner dictionaries for consistency. That way the same callback will work for both GET and POST requests.

Metadata

Metadata

Labels

type:enhancementNew features or improvements to existing features.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions