beatcracker ef076c34b4 [csharp] Update nuget.exe URL for latest version (#6031)
* Set nuget.exe URL to latest version

Fix #6022

* Update samples
2017-07-13 22:49:56 +08:00

2.0 KiB

IO.Swagger.Api.FakeApi

All URIs are relative to *https://petstore.swagger.io / ' " =end - - \r\n \n \r/v2 */ ' " =end - - \r\n \n \r

Method HTTP request Description
TestCodeInjectEndRnNR PUT /fake To test code injection *_/ ' " =end - - \r\n \n \r

TestCodeInjectEndRnNR

void TestCodeInjectEndRnNR (string testCodeInjectEndRnNR = null)

To test code injection *_/ ' " =end - - \r\n \n \r

Example

using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class TestCodeInjectEndRnNRExample
    {
        public void main()
        {
            var apiInstance = new FakeApi();
            var testCodeInjectEndRnNR = testCodeInjectEndRnNR_example;  // string | To test code injection *_/ ' \" =end - - \\r\\n \\n \\r (optional) 

            try
            {
                // To test code injection *_/ ' \" =end - - \\r\\n \\n \\r
                apiInstance.TestCodeInjectEndRnNR(testCodeInjectEndRnNR);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling FakeApi.TestCodeInjectEndRnNR: " + e.Message );
            }
        }
    }
}

Parameters

Name Type Description Notes
testCodeInjectEndRnNR string To test code injection *_/ ' " =end - - \r\n \n \r [optional]

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json, *_/ ' =end - -
  • Accept: application/json, *_/ ' =end - -

[Back to top] [Back to API list] [Back to Model list] [Back to README]