Closed mabar closed 4 years ago
For cases like #96 - sending new auth tokens is common task
$response->withAdditionData('meta', ['foo' => 'bar']);
E.g. JsonUnifyTransformer would output
{ "status": "success", "data": {}, "errors": {}, "meta": { "foo": "bar" } }
For cases like #96 - sending new auth tokens is common task
E.g. JsonUnifyTransformer would output