hafezApiHafezSearchGet
/hafez/api/hafez/Search
Usage and SDK Samples
curl -X GET "https://api.apieco.ir/emrani/hafez/api/hafez/Search?keyword="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DefaultApi;
import java.io.File;
import java.util.*;
public class DefaultApiExample {
public static void main(String[] args) {
DefaultApi apiInstance = new DefaultApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
String keyword = keyword_example; // String | عبارت مورد جستجو
try {
apiInstance.hafezApiHafezSearchGet(apiecoKey, keyword);
} catch (ApiException e) {
System.err.println("Exception when calling DefaultApi#hafezApiHafezSearchGet");
e.printStackTrace();
}
}
}
import io.swagger.client.api.DefaultApi;
public class DefaultApiExample {
public static void main(String[] args) {
DefaultApi apiInstance = new DefaultApi();
String apiecoKey = apiecoKey_example; // String | apikey for use API
String keyword = keyword_example; // String | عبارت مورد جستجو
try {
apiInstance.hafezApiHafezSearchGet(apiecoKey, keyword);
} catch (ApiException e) {
System.err.println("Exception when calling DefaultApi#hafezApiHafezSearchGet");
e.printStackTrace();
}
}
}
String *apiecoKey = apiecoKey_example; // apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
String *keyword = keyword_example; // عبارت مورد جستجو
DefaultApi *apiInstance = [[DefaultApi alloc] init];
[apiInstance hafezApiHafezSearchGetWith:apiecoKey
keyword:keyword
completionHandler: ^(NSError* error) {
if (error) {
NSLog(@"Error: %@", error);
}
}];
var _ = require('_');
var api = new _.DefaultApi()
var apiecoKey = apiecoKey_example; // {String} apikey for use API
var keyword = keyword_example; // {String} عبارت مورد جستجو
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
};
api.hafezApiHafezSearchGet(apiecoKey, keyword, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class hafezApiHafezSearchGetExample
{
public void main()
{
var apiInstance = new DefaultApi();
var apiecoKey = apiecoKey_example; // String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
var keyword = keyword_example; // String | عبارت مورد جستجو
try
{
apiInstance.hafezApiHafezSearchGet(apiecoKey, keyword);
}
catch (Exception e)
{
Debug.Print("Exception when calling DefaultApi.hafezApiHafezSearchGet: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$apiecoKey = apiecoKey_example; // String | apikey for use API
$keyword = keyword_example; // String | عبارت مورد جستجو
try {
$api_instance->hafezApiHafezSearchGet($apiecoKey, $keyword);
} catch (Exception $e) {
echo 'Exception when calling DefaultApi->hafezApiHafezSearchGet: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DefaultApi;
my $api_instance = WWW::SwaggerClient::DefaultApi->new();
my $apiecoKey = apiecoKey_example; # String | apikey for use API
my $keyword = keyword_example; # String | عبارت مورد جستجو
eval {
$api_instance->hafezApiHafezSearchGet(apiecoKey => $apiecoKey, keyword => $keyword);
};
if ($@) {
warn "Exception when calling DefaultApi->hafezApiHafezSearchGet: $@\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.DefaultApi()
apiecoKey = apiecoKey_example # String | apikey for use API (default to WsLdHK46I5Wfr5xgI0ynjjyiw9Fyhydu)
keyword = keyword_example # String | عبارت مورد جستجو
try:
api_instance.hafez_api_hafez_search_get(apiecoKey, keyword)
except ApiException as e:
print("Exception when calling DefaultApi->hafezApiHafezSearchGet: %s\n" % e)
Parameters
Header parameters
Name | Description |
---|---|
apieco-key* |
String
apikey for use API
Required
|
Query parameters
Name | Description |
---|---|
keyword* |
String
عبارت مورد جستجو
Required
|