Пречице на тастатури
Напредна претрага
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
Не можеш да нађеш филм или серију? Пријави се да додаш.
Пријави се
Региструј се
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Пријавите се и прикључите се заједници
Одговор од Travis Bell
дана 29. јул 2014. у 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