Skip to content
Advertisement

Tag: rest

REST API – why use PUT DELETE POST GET?

So, I was looking through some articles on creating REST API’s. And some of them suggest using all types of HTTP requests: like PUT DELETE POST GET. We would create for example index.php and write API this way: OK, granted – I don’t know much about web services (yet). But, wouldn’t it be easier to just accept JSON object through

Advertisement