Skip to content

Commit

Permalink
JSON output format query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kg-bot committed May 30, 2019
1 parent 218c138 commit b0299b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builders/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function blank( $url )
{
return $this->request->client->get( [

'url' => $url . '/api/' . $this->entity . '?schema=blank',
'url' => $url . '/api/' . $this->entity . '?schema=blank&output_format=JSON',
'output_format' => 'JSON',
] );
}
Expand Down

0 comments on commit b0299b9

Please sign in to comment.