Skip to content

๐Ÿ˜บ ๐Ÿ˜ป REST application for download images from https://thecatapi.com/

Notifications You must be signed in to change notification settings

Alex-Wir/Cat_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Cat_API

REST application for download images from https://thecatapi.com/

To use application send a POST request to localhost:8082/cats
Request should contain parameters in json format

App will return set of paths to downloaded files
Request example below will return 5 bengal cats pictures .jpg or .gif format:

{"mimeTypes": ["jpg","gif"],
 "breedId": "beng",
 "limit": 5}

Empty json request {} will return one random picture

See https://docs.thecatapi.com/ for more information about request parameters

About

๐Ÿ˜บ ๐Ÿ˜ป REST application for download images from https://thecatapi.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages