Skip to content

Commit c8cb126

Browse files
author
ActiveDbSoft
committed
disable html escaping in docs
1 parent 5bc4179 commit c8cb126

File tree

2,687 files changed

+51
-285846
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,687 files changed

+51
-285846
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/*

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ Class | Method | HTTP request | Description
6666
## Author
6767

6868
69+
70+
71+
## Source code
72+
Full source code of all clients for Active Query Builder Web API is available on GitHub. Get the source code of javascript here: [https://github.com/ActiveDbSoft/webapi-active-query-builder-php](https://github.com/ActiveDbSoft/webapi-active-query-builder-php)

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
77
*
8-
* OpenAPI spec version: 1.1.3
8+
* OpenAPI spec version: 1.1.6
99
* Contact: [email protected]
1010
* Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activedbsoft/webapi-active-query-builder",
3-
"version": "1.1.3",
3+
"version": "1.1.6",
44
"description": "",
55
"keywords": [
66
"swagger",

composer.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Model/Condition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**field** | **string** | Column of original query to which a constraint will applied. | [optional]
99
**condition_operator** | **string** | Condition operator. | [optional]
10-
**values** | **string[]** | List of values for a constraint. \"IsNull\", \"IsNotNull\" need no values; \"Between\", \"NotBetween\" require 2 values; \"In\" accepts one or more values; other conditions accept single value only. | [optional]
10+
**values** | **string[]** | List of values for a constraint. 'IsNull', 'IsNotNull' need no values; 'Between', 'NotBetween' require 2 values; 'In' accepts one or more values; other conditions accept single value only. | [optional]
1111

1212
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1313

docs/Model/ConditionGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Group of conditions joined with the same boolean operator.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**junction_type** | **string** | Type of junction. All = AND; Any = OR. | [optional]
8+
**junction_type** | **string** | Type of junction. All = AND; Any = OR. | [optional]
99
**conditions** | [**\WebApiActiveQueryBuilder\Condition[]**](Condition.md) | List of conditions to join. | [optional]
1010
**condition_groups** | [**\WebApiActiveQueryBuilder\ConditionGroup[]**](ConditionGroup.md) | List of nested condition groups to join them with a different boolean operator. | [optional]
1111

lib/ActiveQueryBuilderApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1717
*
18-
* OpenAPI spec version: 1.1.3
18+
* OpenAPI spec version: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2121
*

lib/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1717
*
18-
* OpenAPI spec version: 1.1.3
18+
* OpenAPI spec version: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2121
*

lib/Condition.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*
@@ -277,7 +277,7 @@ public function getValues()
277277

278278
/**
279279
* Sets values
280-
* @param string[] $values List of values for a constraint. \"IsNull\", \"IsNotNull\" need no values; \"Between\", \"NotBetween\" require 2 values; \"In\" accepts one or more values; other conditions accept single value only.
280+
* @param string[] $values List of values for a constraint. 'IsNull', 'IsNotNull' need no values; 'Between', 'NotBetween' require 2 values; 'In' accepts one or more values; other conditions accept single value only.
281281
* @return $this
282282
*/
283283
public function setValues($values)

lib/ConditionGroup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/Configuration.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1717
*
18-
* OpenAPI spec version: 1.1.3
18+
* OpenAPI spec version: 1.1.6
1919
* Contact: [email protected]
2020
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2121
*
@@ -116,7 +116,7 @@ class Configuration
116116
*
117117
* @var string
118118
*/
119-
protected $userAgent = "Swagger-Codegen/1.1.3/php";
119+
protected $userAgent = "Swagger-Codegen/1.1.6/php";
120120

121121
/**
122122
* Debug switch (default set to false)
@@ -522,8 +522,8 @@ public static function toDebugReport()
522522
$report = 'PHP SDK (WebApiActiveQueryBuilder) Debug Report:' . PHP_EOL;
523523
$report .= ' OS: ' . php_uname() . PHP_EOL;
524524
$report .= ' PHP Version: ' . phpversion() . PHP_EOL;
525-
$report .= ' OpenAPI Spec Version: 1.1.3' . PHP_EOL;
526-
$report .= ' SDK Package Version: 1.1.3' . PHP_EOL;
525+
$report .= ' OpenAPI Spec Version: 1.1.6' . PHP_EOL;
526+
$report .= ' SDK Package Version: 1.1.6' . PHP_EOL;
527527
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
528528

529529
return $report;

lib/HiddenColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/ObjectSerializer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/Pagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/QueryColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/Sorting.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/SqlQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/Transform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

lib/TransformResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.
1818
*
19-
* OpenAPI spec version: 1.1.3
19+
* OpenAPI spec version: 1.1.6
2020
* Contact: [email protected]
2121
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2222
*

vendor/autoload.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

vendor/bin/coveralls

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/bin/phpcbf

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/bin/phpcs

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/bin/phpunit

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)