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
Add a new GET /api/plants/species endpoint so the client app can look up plant species by common or scientific name. The route should accept query, limit, and offset parameters and return matching species in JSON.
Add a new
GET /api/plants/speciesendpoint so the client app can look up plant species by common or scientific name. The route should accept query, limit, and offset parameters and return matching species in JSON.