Changes

no edit summary
Line 14: Line 14:  
==== Query Params ====
 
==== Query Params ====
   −
Query Parameters can be set for any given request. A query parameters is supplied as a key, value pair and you can add as many as you need. The query parameters are the ones you typically see within the url string after the ?
+
Query Parameters can be set for any given request. A query parameters is supplied as a key, value pair and you can add as many as you need. The query parameters are the ones you typically see within the url string after the ? for example:
 
  −
For example:
   
<pre> https://www.someurl.com?searchTerm=something </pre>
 
<pre> https://www.someurl.com?searchTerm=something </pre>