Метод | Описание | |
---|---|---|
GeographicInspirationsDossiersListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
List dossiers Get a list of `Inspirations` of type `dossier`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsDossiersListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List dossiers Get a list of `Inspirations` of type `dossier`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsEventsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
List events Get a list of `Inspirations` of type `event`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsEventsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List events Get a list of `Inspirations` of type `event`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsGetGet ( string Id, string AcceptLanguage, string Callback ) : |
Get specific Inspiration Get a specific `Inspiration`.
|
|
GeographicInspirationsGetGetAsync ( string Id, string AcceptLanguage, string Callback ) : Task |
Get specific Inspiration Get a specific `Inspiration`.
|
|
GeographicInspirationsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
List inspirations Get a list of `Inspirations`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List inspirations Get a list of `Inspirations`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsNewsInBriefListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
List news in brief Get a list of `Inspirations` of type `news in brief`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsNewsInBriefListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List news in brief Get a list of `Inspirations` of type `news in brief`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsSlideShowsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : InspirationResponse |
List slide shows Get a list of `Inspirations` of type `slide show`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsSlideShowsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List slide shows Get a list of `Inspirations` of type `slide show`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsTestsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : InspirationResponse |
List tests Get a list of `Inspirations` of type `test`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GeographicInspirationsTestsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
List tests Get a list of `Inspirations` of type `test`.\n\nThe main criteria can be:\n* a position and a radius\n* a textual search\n\nAdditional critera can be added.\n
|
|
GetBasePath ( String basePath ) : String |
Gets the base path of the API client.
|
|
InspirationsApi ( ApiClient apiClient = null ) : System |
Initializes a new instance of the InspirationsApi class.
|
|
InspirationsApi ( String basePath ) : System |
Initializes a new instance of the InspirationsApi class.
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
public GeographicInspirationsDossiersListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат |
public GeographicInspirationsDossiersListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsEventsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат |
public GeographicInspirationsEventsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsGetGet ( string Id, string AcceptLanguage, string Callback ) : |
||
Id | string | Inspiration identifier |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат |
public GeographicInspirationsGetGetAsync ( string Id, string AcceptLanguage, string Callback ) : Task |
||
Id | string | Inspiration identifier |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат |
public GeographicInspirationsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsNewsInBriefListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат |
public GeographicInspirationsNewsInBriefListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsSlideShowsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : InspirationResponse | ||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | InspirationResponse |
public GeographicInspirationsSlideShowsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GeographicInspirationsTestsListGet ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : InspirationResponse | ||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | InspirationResponse |
public GeographicInspirationsTestsListGetAsync ( double Latitude, double Longitude, double Radius, string Address, string Country, string State, string County, string City, string PostalCode, int Limit, int Offset, string AcceptLanguage, string Callback ) : Task |
||
Latitude | double | Latitude location. Musts be used together with `longitude` and `radius` parameters. |
Longitude | double | Longitude location. Musts be used together with `latitude` and `radius` parameters. |
Radius | double | Radius in meters. Musts be used together with `latitude` and `longitude` parameters. |
Address | string | Address |
Country | string | Country |
State | string | State |
County | string | County |
City | string | City |
PostalCode | string | Postal Code |
Limit | int | Pagination limit |
Offset | int | Pagination offset |
AcceptLanguage | string | Preferred languages for response localization.\n\nSee [Accept-Language header specification for HTTP\n1.1](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4)\n |
Callback | string | Javascript callback function name for JSONP Support\n |
Результат | Task |
public GetBasePath ( String basePath ) : String | ||
basePath | String | |
Результат | String |
public InspirationsApi ( ApiClient apiClient = null ) : System | ||
apiClient | ApiClient | |
Результат | System |
public InspirationsApi ( String basePath ) : System | ||
basePath | String | |
Результат | System |
public SetBasePath ( String basePath ) : void | ||
basePath | String | |
Результат | void |