Tastatūras īsinājumtaustiņi
Izvērstā meklēšana
Is there a general rule of thumb for when queries need &api_key= to when queries need ?api_key=?
&api_key=
?api_key=
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a ?. From then on, to specify more parameters you use the & to append more params.
?
&
You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Pieteikties
Reģistrēties
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Reģistrējies un pievienojies kopienai
Atbilde no Travis Bell
on jūlijs 29, 2014 at 11:58 PM
The difference is to do with the HTTP standard for query strings, and has nothing to do with our API. To specify a query string you delimit your request URL with a
?
. From then on, to specify more parameters you use the&
to append more params.You can read more about HTTP query strings here: http://en.wikipedia.org/wiki/Query_string