Czy podczas tworzenia interfejsu API RESTful należy używać czasowników HTTP dla tego samego adresu URL (jeśli jest to możliwe), czy też powinienem utworzyć określony adres URL dla akcji? Na przykład: GET /items # Read all items GET /items/:id # Read one item POST /items # Create a new item PUT...