Commit Description
This commit is contained in:
@@ -12,26 +12,24 @@ Namespace ApiController.Controllers
|
||||
|
||||
|
||||
|
||||
'If myTokenAttribute Then
|
||||
|
||||
'If operation.parameters Is Nothing Then
|
||||
' operation.parameters = New List(Of Parameter)()
|
||||
' End If
|
||||
|
||||
' operation.parameters.Add(New Parameter() With {
|
||||
' .name = "Authorization Token",
|
||||
' .[in] = "header",
|
||||
' .description = "my token description",
|
||||
' .required = True,
|
||||
' .type = "string"
|
||||
' })
|
||||
'End If
|
||||
|
||||
|
||||
''' <summary>
|
||||
''' Gets the Hello World Response
|
||||
''' </summary>
|
||||
''' <returns>A SharePriceResponse which contains the price of the share</returns>
|
||||
''' <response code="200">Returns 200 And Hallo World</response>
|
||||
''' <response code="400">Returns 400 if the query Is invalid</response>
|
||||
Public Function GetValue() As String
|
||||
Return "Hello world!"
|
||||
End Function
|
||||
|
||||
''' <summary>
|
||||
''' Set the Test
|
||||
''' </summary>
|
||||
''' <param name="Traviso">TRAviso</param>
|
||||
''' <returns>A SharePriceResponse which contains the price of the share</returns>
|
||||
''' <response code="200">Returns 200 and the TRAviso-JSON-Object</response>
|
||||
''' <response code="400">Returns 400 if the query Is invalid</response>
|
||||
''' <response code="401">Returns 401 if your are not authorized</response>
|
||||
Public Function PostValue(ByVal API_AVISO As VERAG_PROG_ALLGEMEIN.cVERAG_in_TRAviso) As String
|
||||
VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = False
|
||||
VERAG_PROG_ALLGEMEIN.cAllgemein.ERR_OP_GLOBAL = VERAG_PROG_ALLGEMEIN.ERROR_OP.MAIL
|
||||
@@ -216,6 +214,9 @@ Namespace ApiController.Controllers
|
||||
Public Class AVISO1TESTController
|
||||
Inherits System.Web.Http.ApiController
|
||||
|
||||
''' <summary>
|
||||
''' Gets the Hello World Response
|
||||
''' </summary>
|
||||
Public Function GetValue() As String
|
||||
Return "Hello world!"
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user