You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/cats — Getting a list of cats in JSON format
options:
attribute — Which key to sort by
order — asc or desc
offset — Skip a specified amount of records
limit — Output the specified number of records
example: http://localhost:8080/cats?attribute=color&order=asc&offset=5&limit=2
/cat — Inserts a new cat into the database.
Waits for cat data(name, color, tail length, whiskers length)in JSON format