¶
植物接口 —
/api/v1/plants
所有接口需认证。查询时自动附带
种类摘要
、位置、标签和封面图详情。
通用说明见
../home
接口
方法
路径
创建植物
POST
/api/v1/plants
查询植物列表
GET
/api/v1/plants
查询植物详情
GET
/api/v1/plants/{id}
更新植物
PUT
/api/v1/plants/{id}
删除植物
DELETE
/api/v1/plants/{id}