Skip to content
Artyom Slepushko edited this page Sep 29, 2018 · 23 revisions

A Web API is an application programming interface for either a web server or a web browser. It is a web development concept, usually limited to a web application's client-side (including any web frameworks being used), and thus usually does not include web server or browser implementation details such as SAPIs or APIs unless publicly accessible by a remote web application. Wiki

interface

Request Token

Post Header BasicAuth

  api/auth/Token

Post RegistrationData

  api/auth/Registration

Change user info

Put UserInfo

  api/User

Test auth

  api/values/GetRole

Wiki

WebApi

Clone this wiki locally