Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

animalPictures response has been updated to allow us to return an unlimited number of variants of each picture.

Code Block
languagephp
[animalPictures] => Array
(
	[0] => Array
	(
		[mediaID] => 17406072
		[mediaOrder] => 1
		[lastUpdated] => 9/11/2013 1:53 PM
		[original] => Array
		(
			[fileSize] => 43791
			[resolutionX] => 500
			[resolutionY] => 664
			[url] => https://s3.amazonaws.com/filestore.rescuegroups.org/1858/pictures/animals/6039/6039419/17406072_500x664.jpg
		)
		[large] => Array
		(
			[fileSize] => 43791
			[resolutionX] => 500
			[resolutionY] => 664
			[url] => https://s3.amazonaws.com/filestore.rescuegroups.org/1858/pictures/animals/6039/6039419/17406072_500x664.jpg
		)
		[small] => Array
		(
			[fileSize] => 
			[resolutionX] => 100
			[resolutionY] => 132
			[url] => https://s3.amazonaws.com/filestore.rescuegroups.org/1858/pictures/animals/6039/6039419/17406072_100x132.jpg
		)
	)
)

...