@@ -41,7 +41,7 @@ export class ImageModule {
41
41
* @example
42
42
* faker.image.image() // 'https://loremflickr.com/640/480/city'
43
43
* faker.image.image(1234, 2345) // 'https://loremflickr.com/1234/2345/sports'
44
- * faker.image.image(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nature?56789'
44
+ * faker.image.image(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nature?lock= 56789'
45
45
*
46
46
* @since 2.0.1
47
47
*/
@@ -93,7 +93,7 @@ export class ImageModule {
93
93
* faker.image.imageUrl() // 'https://loremflickr.com/640/480'
94
94
* faker.image.imageUrl(1234, 2345) // 'https://loremflickr.com/1234/2345'
95
95
* faker.image.imageUrl(1234, 2345, 'cat') // 'https://loremflickr.com/1234/2345/cat'
96
- * faker.image.imageUrl(1234, 2345, 'cat', true) // 'https://loremflickr.com/1234/2345/cat?6849'
96
+ * faker.image.imageUrl(1234, 2345, 'cat', true) // 'https://loremflickr.com/1234/2345/cat?lock= 6849'
97
97
*
98
98
* @since 2.0.1
99
99
*/
@@ -111,7 +111,7 @@ export class ImageModule {
111
111
}
112
112
113
113
if ( randomize ) {
114
- url += `?${ this . faker . datatype . number ( ) } ` ;
114
+ url += `?lock= ${ this . faker . datatype . number ( ) } ` ;
115
115
}
116
116
117
117
return url ;
@@ -127,7 +127,7 @@ export class ImageModule {
127
127
* @example
128
128
* faker.image.abstract() // 'https://loremflickr.com/640/480/abstract'
129
129
* faker.image.abstract(1234, 2345) // 'https://loremflickr.com/1234/2345/abstract'
130
- * faker.image.abstract(1234, 2345, true) // 'https://loremflickr.com/1234/2345/abstract?56789'
130
+ * faker.image.abstract(1234, 2345, true) // 'https://loremflickr.com/1234/2345/abstract?lock= 56789'
131
131
*
132
132
* @since 2.0.1
133
133
*/
@@ -145,7 +145,7 @@ export class ImageModule {
145
145
* @example
146
146
* faker.image.animals() // 'https://loremflickr.com/640/480/animals'
147
147
* faker.image.animals(1234, 2345) // 'https://loremflickr.com/1234/2345/animals'
148
- * faker.image.animals(1234, 2345, true) // 'https://loremflickr.com/1234/2345/animals?56789'
148
+ * faker.image.animals(1234, 2345, true) // 'https://loremflickr.com/1234/2345/animals?lock= 56789'
149
149
*
150
150
* @since 2.0.1
151
151
*/
@@ -163,7 +163,7 @@ export class ImageModule {
163
163
* @example
164
164
* faker.image.business() // 'https://loremflickr.com/640/480/business'
165
165
* faker.image.business(1234, 2345) // 'https://loremflickr.com/1234/2345/business'
166
- * faker.image.business(1234, 2345, true) // 'https://loremflickr.com/1234/2345/business?56789'
166
+ * faker.image.business(1234, 2345, true) // 'https://loremflickr.com/1234/2345/business?lock= 56789'
167
167
*
168
168
* @since 2.0.1
169
169
*/
@@ -181,7 +181,7 @@ export class ImageModule {
181
181
* @example
182
182
* faker.image.cats() // 'https://loremflickr.com/640/480/cats'
183
183
* faker.image.cats(1234, 2345) // 'https://loremflickr.com/1234/2345/cats'
184
- * faker.image.cats(1234, 2345, true) // 'https://loremflickr.com/1234/2345/cats?56789'
184
+ * faker.image.cats(1234, 2345, true) // 'https://loremflickr.com/1234/2345/cats?lock= 56789'
185
185
*
186
186
* @since 2.0.1
187
187
*/
@@ -199,7 +199,7 @@ export class ImageModule {
199
199
* @example
200
200
* faker.image.city() // 'https://loremflickr.com/640/480/city'
201
201
* faker.image.city(1234, 2345) // 'https://loremflickr.com/1234/2345/city'
202
- * faker.image.city(1234, 2345, true) // 'https://loremflickr.com/1234/2345/city?56789'
202
+ * faker.image.city(1234, 2345, true) // 'https://loremflickr.com/1234/2345/city?lock= 56789'
203
203
*
204
204
* @since 2.0.1
205
205
*/
@@ -217,7 +217,7 @@ export class ImageModule {
217
217
* @example
218
218
* faker.image.food() // 'https://loremflickr.com/640/480/food'
219
219
* faker.image.food(1234, 2345) // 'https://loremflickr.com/1234/2345/food'
220
- * faker.image.food(1234, 2345, true) // 'https://loremflickr.com/1234/2345/food?56789'
220
+ * faker.image.food(1234, 2345, true) // 'https://loremflickr.com/1234/2345/food?lock= 56789'
221
221
*
222
222
* @since 2.0.1
223
223
*/
@@ -235,7 +235,7 @@ export class ImageModule {
235
235
* @example
236
236
* faker.image.nightlife() // 'https://loremflickr.com/640/480/nightlife'
237
237
* faker.image.nightlife(1234, 2345) // 'https://loremflickr.com/1234/2345/nightlife'
238
- * faker.image.nightlife(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nightlife?56789'
238
+ * faker.image.nightlife(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nightlife?lock= 56789'
239
239
*
240
240
* @since 2.0.1
241
241
*/
@@ -253,7 +253,7 @@ export class ImageModule {
253
253
* @example
254
254
* faker.image.fashion() // 'https://loremflickr.com/640/480/fashion'
255
255
* faker.image.fashion(1234, 2345) // 'https://loremflickr.com/1234/2345/fashion'
256
- * faker.image.fashion(1234, 2345, true) // 'https://loremflickr.com/1234/2345/fashion?56789'
256
+ * faker.image.fashion(1234, 2345, true) // 'https://loremflickr.com/1234/2345/fashion?lock= 56789'
257
257
*
258
258
* @since 2.0.1
259
259
*/
@@ -271,7 +271,7 @@ export class ImageModule {
271
271
* @example
272
272
* faker.image.people() // 'https://loremflickr.com/640/480/people'
273
273
* faker.image.people(1234, 2345) // 'https://loremflickr.com/1234/2345/people'
274
- * faker.image.people(1234, 2345, true) // 'https://loremflickr.com/1234/2345/people?56789'
274
+ * faker.image.people(1234, 2345, true) // 'https://loremflickr.com/1234/2345/people?lock= 56789'
275
275
*
276
276
* @since 2.0.1
277
277
*/
@@ -289,7 +289,7 @@ export class ImageModule {
289
289
* @example
290
290
* faker.image.nature() // 'https://loremflickr.com/640/480/nature'
291
291
* faker.image.nature(1234, 2345) // 'https://loremflickr.com/1234/2345/nature'
292
- * faker.image.nature(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nature?56789'
292
+ * faker.image.nature(1234, 2345, true) // 'https://loremflickr.com/1234/2345/nature?lock= 56789'
293
293
*
294
294
* @since 2.0.1
295
295
*/
@@ -307,7 +307,7 @@ export class ImageModule {
307
307
* @example
308
308
* faker.image.sports() // 'https://loremflickr.com/640/480/sports'
309
309
* faker.image.sports(1234, 2345) // 'https://loremflickr.com/1234/2345/sports'
310
- * faker.image.sports(1234, 2345, true) // 'https://loremflickr.com/1234/2345/sports?56789'
310
+ * faker.image.sports(1234, 2345, true) // 'https://loremflickr.com/1234/2345/sports?lock= 56789'
311
311
*
312
312
* @since 2.0.1
313
313
*/
@@ -325,7 +325,7 @@ export class ImageModule {
325
325
* @example
326
326
* faker.image.technics() // 'https://loremflickr.com/640/480/technics'
327
327
* faker.image.technics(1234, 2345) // 'https://loremflickr.com/1234/2345/technics'
328
- * faker.image.technics(1234, 2345, true) // 'https://loremflickr.com/1234/2345/technics?56789'
328
+ * faker.image.technics(1234, 2345, true) // 'https://loremflickr.com/1234/2345/technics?lock= 56789'
329
329
*
330
330
* @since 2.0.1
331
331
*/
@@ -343,7 +343,7 @@ export class ImageModule {
343
343
* @example
344
344
* faker.image.transport() // 'https://loremflickr.com/640/480/transport'
345
345
* faker.image.transport(1234, 2345) // 'https://loremflickr.com/1234/2345/transport'
346
- * faker.image.transport(1234, 2345, true) // 'https://loremflickr.com/1234/2345/transport?56789'
346
+ * faker.image.transport(1234, 2345, true) // 'https://loremflickr.com/1234/2345/transport?lock= 56789'
347
347
*
348
348
* @since 2.0.1
349
349
*/
0 commit comments