Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用羽毛 API 来检索项目和类别。
我想知道是否可以将项目标记为特定类别?
例如
$client->get('projects?category_id=15')->getJson()
这可能吗?
不幸的是,这是不可能的。