I am confused a bit in both of them as I have also develop some API using Slim micro-framework but still needs an expert opinion on the main difference between API and web services.
Loading
I am confused a bit in both of them as I have also develop some API using Slim micro-framework but still needs an expert opinion on the main difference between API and web services.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Harsh ShahPosted Oct 5, 2020, 11:12 PM
Thirumoorthy LakshmananPosted Oct 4, 2020, 10:30 PM
Farhan AhmedPosted Sep 24, 2020, 12:41 PM
2. Web services might not perform all the operations that an API would perform.
3. A Web service uses only three styles of use: SOAP, REST and XML-RPC for communication whereas API may use any style for communication.
4. A Web service always needs a network for its operation whereas an API doesn’t need a network for its operation.
5. An API facilitates interfacing directly with an application whereas a Web service is a