Skip to content

Commit

Permalink
release(0.2.28): Release php SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Dec 31, 2024
1 parent ee7c608 commit b97e6f9
Show file tree
Hide file tree
Showing 8 changed files with 554 additions and 837 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Class | Method | HTTP request | Description
- [DomainUrl](docs/Model/DomainUrl.md)
- [Entities](docs/Model/Entities.md)
- [FilterParams](docs/Model/FilterParams.md)
- [FilterParamsMetadata](docs/Model/FilterParamsMetadata.md)
- [FilterParamsResponse](docs/Model/FilterParamsResponse.md)
- [FinanceResponse](docs/Model/FinanceResponse.md)
- [FinanceResponseTimeSeries](docs/Model/FinanceResponseTimeSeries.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/Model/FilterParamsMetadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# # FilterParamsMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** | | [optional] [default to '']

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
15 changes: 2 additions & 13 deletions docs/Model/FilterParamsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | **string** | | [optional] [default to '[]']
**categories** | **string[]** | | [optional]
**reporting_voice** | **string[]** | | [optional]
**strategy** | **string** | | [optional] [default to '[default]']
**hours_back** | **int** | | [optional] [default to [24]]
**string_guarantee** | **string[]** | | [optional]
**string_guarantee_op** | **string** | | [optional] [default to '[AND]']
**reverse_string_guarantee** | **string[]** | | [optional]
**entity_guarantee** | **string[]** | | [optional]
**entity_guarantee_op** | **string** | | [optional] [default to '[OR]']
**countries** | **string[]** | | [optional]
**continents** | **string[]** | | [optional]
**sentiment** | **string** | | [optional]
**filter_params** | [**\AskNews\Model\FilterParams**](FilterParams.md) | |
**metadata** | [**\AskNews\Model\FilterParamsMetadata**](FilterParamsMetadata.md) | |

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'asknews-sdk-php-0.2.27';
protected $userAgent = 'asknews-sdk-php-0.2.28';

/**
* Debug switch (default set to false)
Expand Down
Loading

0 comments on commit b97e6f9

Please sign in to comment.