Skip to content

Commit 68ced96

Browse files
Merge pull request #51 from AlexKlimenkov/master
[dev] add fastapi guide
2 parents 423ebe0 + af09e1d commit 68ced96

10 files changed

Lines changed: 459 additions & 0 deletions

docs/integrations/dotnet/howtostart-blazor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You can also read tutorials on other server-side technologies:
1212
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1313
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1414
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
15+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1516
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
1617
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1718
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)

docs/integrations/dotnet/howtostart-dotnet-core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You can also read tutorials on other server-side technologies:
1212
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1313
- [dhtmlxScheduler with Blazor](integrations/dotnet/howtostart-blazor.md)
1414
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
15+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1516
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
1617
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1718
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)

docs/integrations/dotnet/howtostart-dotnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You can also explore other server-side integration possibilities of Scheduler by
1212
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1313
- [dhtmlxScheduler with Blazor](integrations/dotnet/howtostart-blazor.md)
1414
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
15+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1516
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
1617
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1718
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)

docs/integrations/node/howtostart-nodejs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sidebar_label: "Node.js"
88
The current tutorial is intended for creating Scheduler with Node.js and REST API on the server side.
99
If you use some other technology, check the list of available integration variants below:
1010

11+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1112
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1213
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1314
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)

docs/integrations/other/howtostart-ruby.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ If you use some other technology, check the list of available integration varian
1212
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1313
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1414
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
15+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1516
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
1617
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1718
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)

docs/integrations/php/howtostart-php-laravel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ There are tutorials intended for building server-side integration with the help
1212
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1313
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1414
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
15+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1516
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
1617
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1718
- [dhtmlxScheduler with SalesForce LWC](integrations/salesforce/howtostart-salesforce.md)

docs/integrations/php/howtostart-php-slim4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ There are tutorials intended for building server-side integration with the help
1717
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1818
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1919
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
20+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
2021
- [dhtmlxScheduler with PHP](integrations/php/howtostart-plain-php.md)
2122
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)
2223
- [dhtmlxScheduler with SalesForce LWC](integrations/salesforce/howtostart-salesforce.md)

docs/integrations/php/howtostart-plain-php.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ There are tutorials intended for building server-side integration with the help
1515
- [dhtmlxScheduler with ASP.NET Core](integrations/dotnet/howtostart-dotnet-core.md)
1616
- [dhtmlxScheduler with ASP.NET MVC](integrations/dotnet/howtostart-dotnet.md)
1717
- [dhtmlxScheduler with Node.js](integrations/node/howtostart-nodejs.md)
18+
- [dhtmlxScheduler with FastAPI](integrations/python/howtostart-fastapi.md)
1819
- [dhtmlxScheduler with PHP:Slim](integrations/php/howtostart-php-slim4.md)
1920
- [dhtmlxScheduler with PHP:Laravel](integrations/php/howtostart-php-laravel.md)
2021
- [dhtmlxScheduler with SalesForce LWC](integrations/salesforce/howtostart-salesforce.md)

0 commit comments

Comments
 (0)