Skip to content

Commit 5e7f09a

Browse files
committed
[ksqlDb.RestApi.Client]: statements.md was renamed to ksqldbrestapiclient.md
1 parent 554e968 commit 5e7f09a

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

README.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -468,29 +468,29 @@ List of supported [pull query](https://github.com/tomasfabian/ksqlDB.RestApi.Cli
468468
- [ExecutePullQuery](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/pull_queries.md#pull-queries---executepullquery)
469469
470470
**List of supported ksqlDB SQL statements:**
471-
- [Pause and resume persistent qeries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#pause-and-resume-persistent-queries)
472-
- [Added support for extracting field names and values (for insert and select statements)](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#added-support-for-extracting-field-names-and-values-for-insert-and-select-statements)
473-
- [Assert topics](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#assert-topics)
474-
- [Assert schemas](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#assert-schemas)
475-
- [Rename stream or table column names with the `JsonPropertyNameAttribute`](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#rename-stream-or-table-column-names-with-the-jsonpropertynameattribute)
476-
- [Create source streams and tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#createsourcestreamasync-and-createsourcetableasync)
477-
- [InsertIntoAsync](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#insertintoasync)
478-
- [Connectors](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#connectors)
479-
- [Drop a stream](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#drop-a-stream)
480-
- [Drop type](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#droping-types)
481-
- [Creating types](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#create-types)
482-
- [Execute statement async](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#executestatementasync-extension-method)
483-
- [PartitionBy](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#partitionby)
484-
- [Terminate push queries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#terminate-push-queries)
485-
- [Drop a table](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#drop-a-table)
486-
- [Creating connectors](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#creating-connectors)
487-
- [Get topics](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#get-topics)
488-
- [Getting queries and termination of persistent queries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#getting-queries-and-termination-of-persistent-queries)
489-
- [Execute statements](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#executestatementasync)
490-
- [Create or replace table statements](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#create-or-replace-table-statements)
491-
- [Creating streams and tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#creating-streams-and-tables)
492-
- [Get streams](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#get-streams)
493-
- [Get tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/statements.md#get-tables)
471+
- [Pause and resume persistent qeries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#pause-and-resume-persistent-queries)
472+
- [Added support for extracting field names and values (for insert and select statements)](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#added-support-for-extracting-field-names-and-values-for-insert-and-select-statements)
473+
- [Assert topics](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#assert-topics)
474+
- [Assert schemas](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#assert-schemas)
475+
- [Rename stream or table column names with the `JsonPropertyNameAttribute`](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#rename-stream-or-table-column-names-with-the-jsonpropertynameattribute)
476+
- [Create source streams and tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#createsourcestreamasync-and-createsourcetableasync)
477+
- [InsertIntoAsync](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#insertintoasync)
478+
- [Connectors](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#connectors)
479+
- [Drop a stream](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#drop-a-stream)
480+
- [Drop type](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#droping-types)
481+
- [Creating types](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#create-types)
482+
- [Execute statement async](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#executestatementasync-extension-method)
483+
- [PartitionBy](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#partitionby)
484+
- [Terminate push queries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#terminate-push-queries)
485+
- [Drop a table](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#drop-a-table)
486+
- [Creating connectors](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#creating-connectors)
487+
- [Get topics](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#get-topics)
488+
- [Getting queries and termination of persistent queries](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#getting-queries-and-termination-of-persistent-queries)
489+
- [Execute statements](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#executestatementasync)
490+
- [Create or replace table statements](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#create-or-replace-table-statements)
491+
- [Creating streams and tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#creating-streams-and-tables)
492+
- [Get streams](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#get-streams)
493+
- [Get tables](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/docs/ksqldbrestapiclient.md#get-tables)
494494
495495
**KSqlDbContext**
496496
- [Dependency injection with ServicesCollection](https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/4e6487dbf201f4318da88707d62e1a75c6cef402/docs/ksqldbcontext.md#logging-info-and-configureksqldb)
@@ -561,5 +561,3 @@ https://www.nuget.org/packages/ksqlDB.RestApi.Client/
561561
- [System.Interactive.Async](https://www.nuget.org/packages/System.Interactive.Async/)
562562
- [System.Reactive](https://www.nuget.org/packages/System.Reactive/)
563563
- [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/)
564-
565-
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/tomasfabian)
File renamed without changes.

ksqlDb.RestApi.Client.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{0ABA2B0A-0
4848
docs\protobuf.md = docs\protobuf.md
4949
docs\pull_queries.md = docs\pull_queries.md
5050
docs\push_queries.md = docs\push_queries.md
51-
docs\statements.md = docs\statements.md
51+
docs\ksqldbrestapiclient.md = docs\ksqldbrestapiclient.md
5252
docs\streams_and_tables.md = docs\streams_and_tables.md
5353
docs\stream_processing.md = docs\stream_processing.md
5454
EndProjectSection

0 commit comments

Comments
 (0)