检测接口
description
依赖
Getting Started
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class Example
{
public void main()
{
// Configure API key authorization: apiKey
// Configuration.Default.ApiKey.Add("token", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Configuration.Default.ApiKeyPrefix.Add("token", "Bearer");
var apiInstance = new CheckApi("https://check.wanfangdata.com.cn/api");
apiInstance.Configuration.ApiKey.Add("token", "YOUR_API_KEY");
var checkRequest = new CheckRequest(); // CheckRequest | 检测请求
try
{
// 检测
CheckResponse result = apiInstance.CheckPost(checkRequest);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling CheckApi.CheckPost: " + e.Message );
}
}
}
}
Documentation for API Endpoints
All URIs are relative to https://check.wanfangdata.com.cn/api
Class | Method | HTTP request | Description |
---|---|---|---|
CheckApi | CheckPost | POST /Check | 检测 |
Models
授权
apiKey
- Type: API key
- API key parameter name: token
- Location: HTTP header