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.
我是 REST 架构的新用户,现在我正在尝试使用我的 API 进行测试。我喜欢在 url 中调用这个方法,但我不知道正确的格式。
我担心的是我有两个参数要通过 post 请求发送。
public function CreateExemple ($name, $libelle) { }
如果可用,使用即用型软件包始终是一个好习惯。有很多 RESTful API 可供使用。看起来您正在使用 PHP 进行开发。你可以从:
Zend REST