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 でこのメソッドを呼び出したいのですが、正しい形式がわかりません。
私の懸念は、ポストリクエストで送信される2つのパラメーターがあることです。
public function CreateExemple ($name, $libelle) { }
利用可能な場合は、すぐに使用できるパッケージを使用することを常にお勧めします。使用できる RESTful API が多数あります。開発にはPHPを使用しているようです。あなたはで始めることができます:
Zend REST