Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/03/2021 in all areas

  1. $data = [ 'username' => "username", 'vars' => [ 'username' => "username", 'password' => "password" ], 'type' => "any" ]; $response = $api->get("users", "auth", $data, "any"); The parameter names are the keys to the array you pass as $data.
    1 point
×
×
  • Create New...