Skip to content

add support for a easy way to get meta/warning/dictionaries in the response #70

@xianqiliu

Description

@xianqiliu

since the raw response might contain meta, warning, dictionaries and so on.
it would be better to provide an easy way to get these data from response,
the idea would be like the following:

$response->getMeta();
$response->getDictionaries();
$response->getWarning();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions