PROGRAM AREA
WebApi Top questions
Post
New Post
Find by name:
WebApi
First Name
PostDate
What is REST?
REST is architectural style. It has defined guidelines for creating services which are scalable. REST used with HTTP protocol using its verbs GET, PUT, POST and DELETE.
What is Page event?
The page event is fired when table's paging state changes. This can be the end user selecting the page to view or the page length from the built-in controls, or when the page state is altered by the API ( page() ). Note that the page will be fired before the table has been redrawn with the updated data.
What is endpoint in REST API?
Simply put, an endpoint is one end of a communication channel. When an API interacts with another system, the touchpoints of this communication are considered endpoints. For APIs, an endpoint can include a URL of a server or service. ... The place that APIs send requests and where the resource lives, is called an endpoint.
Page 3 of 12
«
1
2
3
4
5
6
7
8
9
10
…
»
»»
Full Page