Skip to content

Instantly share code, notes, and snippets.

@tkc
Created March 15, 2016 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkc/636752e924e02291800d to your computer and use it in GitHub Desktop.
Save tkc/636752e924e02291800d to your computer and use it in GitHub Desktop.
$response = $this->call(
'POST',
'/api/user/login',
[],
[],
[],
['HTTP_Content-Type' => 'application/json'],
[json_encode($param)]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment