Course Outline for Web API Training

About the Training

Web API as the name suggests, is an API over the web which can be accessed using HTTP protocol. It is a concept and not a technology. We can build Web API using different technologies such as Java, .NET etc. For example, Twitter's REST APIs provide programmatic access to read and write data using which we can integrate twitter's capabilities into our own application.

CURRICULUM

Web API

  • 12.1 Implement Get Method
  • 12.2 Implement Post Method
  • 12.3 Implement Put Method
  • 12.4 Implement Delete Method
  • 13.1 Consume Get method in MVC
  • 13.2 Consume Post method in MVC
  • 13.3 Consume Put method in MVC
  • 13.4 Consume Delete method in MVC
;