Software_Detector

Base

apitalkSoftwareDetectorGetInfoPost


/apitalk/software-detector/get_info/

Usage and SDK Samples

curl -X POST "https://api.apieco.ir/apitalk/software-detector/get_info/"
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.BaseApi;

import java.io.File;
import java.util.*;

public class BaseApiExample {

    public static void main(String[] args) {
        
        BaseApi apiInstance = new BaseApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String ua = ua_example; // String | 
        try {
            response result = apiInstance.apitalkSoftwareDetectorGetInfoPost(apiecoKey, ua);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling BaseApi#apitalkSoftwareDetectorGetInfoPost");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.api.BaseApi;

public class BaseApiExample {

    public static void main(String[] args) {
        BaseApi apiInstance = new BaseApi();
        String apiecoKey = apiecoKey_example; // String | apikey for use API
        String ua = ua_example; // String | 
        try {
            response result = apiInstance.apitalkSoftwareDetectorGetInfoPost(apiecoKey, ua);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling BaseApi#apitalkSoftwareDetectorGetInfoPost");
            e.printStackTrace();
        }
    }
}
String *apiecoKey = apiecoKey_example; // apikey for use API
String *ua = ua_example; // 

BaseApi *apiInstance = [[BaseApi alloc] init];

// 
[apiInstance apitalkSoftwareDetectorGetInfoPostWith:apiecoKey
    ua:ua
              completionHandler: ^(response output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
var SoftwareDetector = require('software_detector');

var api = new SoftwareDetector.BaseApi()

var apiecoKey = apiecoKey_example; // {String} apikey for use API

var ua = ua_example; // {String} 


var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.apitalkSoftwareDetectorGetInfoPost(apiecoKey, ua, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;

namespace Example
{
    public class apitalkSoftwareDetectorGetInfoPostExample
    {
        public void main()
        {
            
            var apiInstance = new BaseApi();
            var apiecoKey = apiecoKey_example;  // String | apikey for use API
            var ua = ua_example;  // String | 

            try
            {
                // 
                response result = apiInstance.apitalkSoftwareDetectorGetInfoPost(apiecoKey, ua);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling BaseApi.apitalkSoftwareDetectorGetInfoPost: " + e.Message );
            }
        }
    }
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new Swagger\Client\Api\BaseApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$ua = ua_example; // String | 

try {
    $result = $api_instance->apitalkSoftwareDetectorGetInfoPost($apiecoKey, $ua);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling BaseApi->apitalkSoftwareDetectorGetInfoPost: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::BaseApi;

my $api_instance = WWW::SwaggerClient::BaseApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $ua = ua_example; # String | 

eval { 
    my $result = $api_instance->apitalkSoftwareDetectorGetInfoPost(apiecoKey => $apiecoKey, ua => $ua);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling BaseApi->apitalkSoftwareDetectorGetInfoPost: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint

# create an instance of the API class
api_instance = swagger_client.BaseApi()
apiecoKey = apiecoKey_example # String | apikey for use API
ua = ua_example # String | 

try: 
    # 
    api_response = api_instance.apitalk_software_detector_get_info_post(apiecoKey, ua)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling BaseApi->apitalkSoftwareDetectorGetInfoPost: %s\n" % e)

Parameters

Header parameters
Name Description
apieco-key*
String
apikey for use API
Required
Form parameters
Name Description
ua*
String
Required

Responses

Status: 200 - This REST API return HTTP responses in JSON formats:

Status: 202 - Not Valid Url

Status: 400 - Bad Request

Status: 404 - Not Found

Status: 405 - Method Not Allowed

Status: 500 - Internal Server Error