Whit Waldo
52f0851780
Removed out-of-date workflow reference in docs ( #1463 )
...
Docs: Removed out-of-date workflow reference
2025-02-24 12:38:47 -06:00
Hannah Hunter
b8e2767289
link to non-dapr endpoint howto ( #1335 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-08-08 21:37:27 -07:00
Hannah Hunter
56367963f4
fix ( #1329 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-07-23 09:26:24 -07:00
Elena Kolevska
bdca3b320b
Adds an option to set a timeout for service invocation ( #1252 )
...
* Adds http timeout
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Adds a timeout for the grpc client
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Small updates
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Updates test
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Adds a timeout example in docs
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Adds e2e test for http service invocation
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Adds tests for grpc service invocation
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Removes grpc timeout, because it’s not needed. It can be passed directly to the call as shown in the updated tests and docs
Signed-off-by: Elena Kolevska <elena@kolevska.com>
* Update src/Dapr.Client/DaprClientBuilder.cs
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
---------
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
Co-authored-by: Phillip Hoff <phillip@orst.edu>
2024-04-08 10:23:49 -07:00
Farshad Davoudi
72284066f7
Update _index.md by fixing broken link ( #1221 )
...
Signed-off-by: Farshad Davoudi <f.davoudi.r@outlook.com>
Co-authored-by: halspang <70976921+halspang@users.noreply.github.com>
2024-01-05 17:09:27 -08:00
Shivam Kumar
edb09a08b7
removing alpha for config api in docs ( #1100 )
...
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-05-25 12:53:45 -07:00
Hannah Hunter
364ed92f95
[dotnet-client] Add dist lock examples ( #1095 )
...
* add dist lock to dotnet client doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* attempt at naming scheme 1
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* yikes put it back
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* attempt 2
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* attempt 3
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-22 10:54:35 -07:00
Hannah Hunter
bc3ec80e4a
[docs] Add workflows to .NET client doc ( #1019 )
...
* add workflows to client page
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-08 13:38:45 -08:00
Hannah Hunter
117c5ad1cb
Restructure .NET sdk landing page ( #1006 )
...
* restructure .net index page
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* updates to the landing page per Mark/Hal/Nick review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* remove version
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-20 16:35:09 -08:00
halspang
a8095592a1
Add support for shutdown API and add client docs ( #922 )
...
This commit adds support for the shutdown API. It also adds docs for
that method and a few others which were missing from the docs.
https://github.com/dapr/dotnet-sdk/issues/914
Signed-off-by: Hal Spang <halspang@microsoft.com>
2022-08-23 09:14:32 -07:00
halspang
d061164ec8
Add client docs for Configuration Subscribe API ( #895 )
...
Signed-off-by: Hal Spang <halspang@microsoft.com>
2022-07-05 16:17:45 -07:00
Hal Spang
aab8c95dfb
Add client example for Query API (Alpha)
...
This commit adds a client example for the Query API. It also
marks the Configuration API as alpha.
Signed-off-by: Hal Spang <halspang@microsoft.com>
2022-01-24 11:03:41 -08:00
halspang
20ef37382c
Add documentation for GetConfiguration API ( #818 )
...
https://github.com/dapr/docs/issues/2094
Signed-off-by: Hal Spang <halspang@microsoft.com>
2022-01-21 16:15:09 -08:00
Ryan Nowak
7228d9fe16
Add basic binding and secret examples ( #599 )
2021-02-19 13:01:35 -08:00
Ryan Nowak
1a3ae87c13
DaprClient usage guide ( #594 )
...
* DaprClient usage guide
Adds a usage guide for the DaprClient. Also fixing some misc issues that
were problably a bad copy-past.
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-client/dotnet-daprclient-usage.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* pr feedback
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-18 10:48:53 -08:00
Aaron Crawfis
eb568116e5
SDK Docs ( #572 )
...
* Setup dapr docs content
* Update SDK docs for new format
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update python reference
* Update samples to examples
* Update layout
* Update prereqs
* Apply correct branding for .NET Core vs .NET
* Update examples/Client/StateManagement/README.md
* fix solution file
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2021-02-16 22:15:33 -08:00