Skip to content

Commit

Permalink
Remove unsupported dynamic variables
Browse files Browse the repository at this point in the history
Some of the dynamic variables in this doc are no longer supported. Found [this postman issue request](postmanlabs/postman-app-support#7868) earlier today. 

There might be some I missed and variables that need to be added, but these were the ones I found to be no longer working.
  • Loading branch information
joeklos authored and vdespa committed Jan 9, 2021
1 parent 189f517 commit 0110b0c
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/dynamic-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,16 @@ Note: the autocomplete support in the Request Builder might be missing.
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| Variable name | Description | Examples | Comment |
+===============================+============================================+====================================================================================+=========+
| $randomZipCode | ZIP Code | 83932, 40260-4447 | [1]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCity | City | East Ryanfurt, Jenkinsview | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCityPrefix | City prefix | Port, West, East, Lake, New | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCitySuffix | City suffix | mouth, borough, town, berg | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomStreetName | Street name | Mckenna Pines, Schiller Highway, Vandervort Pike | [2]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomStreetAddress | Street with number | 98165 Tanya Passage, 0695 Monahan Squares | [3]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomStreetSuffix | Street suffix | Field, Bridge, Keys, Greens, Route | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomStreetPrefix | Street prefix | a, b, c | [4]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomSecondaryAddress | Additional address information | Suite 760, Apt. 636, Suite 043 | [5]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCounty | County | Bedfordshire, Cambridgeshire | [6]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCountry | Country | Belgium, Antarctica (the territory South of 60 deg S) | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomCountryCode | Country code (2-letter) | GY, TK, BG | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomState | Random state | Arizona, South Dakota, Delaware | [7]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomStateAbbr | Random state code (2-letter) | GA, LA, AZ | [8]_ |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomLatitude | Latitude | -79.9881, 87.8072 | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomLongitude | Longitude | -41.5763, 10.4960 | |
Expand Down Expand Up @@ -157,8 +139,6 @@ Note: the autocomplete support in the Request Builder might be missing.
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomPhrase | Phrase | We need to copy the online CSS microchip! | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomImage | Image URL | http://lorempixel.com/640/480/people | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomAvatarImage | Avatar image URL | https://s3.amazonaws.com/uifaces/faces/twitter/jacksonlatka/128.jpg | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomImageUrl | Image URL | http://lorempixel.com/640/480 | |
Expand All @@ -185,8 +165,6 @@ Note: the autocomplete support in the Request Builder might be missing.
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomSportsImage | Image with sport | http://lorempixel.com/640/480/sports | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomTechnicsImage | Image with tech | http://lorempixel.com/640/480/technics | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomTransportImage | Image with transportation | http://lorempixel.com/640/480/transport | |
+-------------------------------+--------------------------------------------+------------------------------------------------------------------------------------+---------+
| $randomImageDataUri | Image as data URI | data:image/svg+xml;charset=UTF-8,%3Csvg%20 ... | |
Expand Down Expand Up @@ -305,14 +283,8 @@ Note: the autocomplete support in the Request Builder might be missing.
\end{landscape}


.. [1] Not really useful as you cannot specify a country.
.. [2] Limited usability as you cannot specify a country.
.. [3] Warning: it may generate invalid data, with street numbers starting with 0. Limited usability as you cannot specify a country.
.. [4] Not sure what a street prefix is. Unknown usage.
.. [5] Warning: it may generate invalid data, with numbers starting with 0. Limited usability as you cannot specify a country.
.. [6] Limited usability as you cannot specify a country.
.. [7] Limited to US states.
.. [8] Limited to US states.
.. [9] Not possible to specify a format. It seems that the price is never with a subdivision (cents). Alternative: $randomCurrencyAmount.
.. [10] Seems to be broken.
.. [11] Does not look like a Bitcoin address.
Expand Down

0 comments on commit 0110b0c

Please sign in to comment.