-
-
Notifications
You must be signed in to change notification settings - Fork 148
Add SDK page to docs #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Add SDK page to docs #486
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
713f58e
Start SDK page
bencroker 2280725
Merge branch 'develop' into docs/sdks
bencroker 5d87e2b
Merge branch 'develop' into docs/sdks
bencroker a6e1069
Reorganise links
bencroker 8bae85b
Tweaks
bencroker ddf3182
Fix link
bencroker cf968d2
Add packages and examples
bencroker 248e01e
Add link to reference
bencroker 40cbef9
Merge branch 'develop' into docs/sdks
bencroker dbdc99f
Link authors
bencroker 7c96b68
Merge branch 'develop' into docs/sdks
bencroker 384d832
Improve TS
bencroker d4291a6
Merge branch 'develop' into docs/sdks
bencroker ef1918d
Fix path to consts
bencroker dbce0dc
Add PyPI package
bencroker 3399b63
Merge branch 'develop' into docs/sdks
bencroker 96d71b1
Fix spacing
bencroker 8eee90a
Add links to SDKs page
bencroker f7307e6
Cleanup
bencroker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# SDKs | ||
|
||
Datastar provides backend SDKs that simplify the process of generating [SSE events](/reference/sse_events) specific to Datastar. | ||
|
||
## Go | ||
|
||
[Go SDK](https://github.com/starfederation/datastar/tree/develop/sdk/go) | ||
|
||
_Author: [Delaney Gillilan](https://github.com/delaneyj)_ | ||
|
||
Examples: | ||
|
||
- [1 App 5 Stacks ported to Go+Templ+Datastar](https://github.com/delaneyj/1a5s-datastar) | ||
|
||
## PHP | ||
|
||
[PHP SDK](https://github.com/starfederation/datastar-php) | ||
|
||
- [Laravel package](https://github.com/putyourlightson/laravel-datastar) | ||
|
||
- [Craft CMS plugin](https://putyourlightson.com/plugins/datastar) | ||
|
||
_Author: [Ben Croker](https://github.com/bencroker) ([PutYourLightsOn](https://putyourlightson.com/))_ | ||
|
||
Examples: | ||
|
||
- [Craft Datastar Pokemon demo](https://github.com/khalwat/craft-datastar-pokemon-demo) | ||
|
||
## Python | ||
|
||
[Python SDK](https://github.com/starfederation/datastar/tree/develop/sdk/python) and [PyPI package](https://pypi.org/project/datastar-py/), including support for Sanic, Django, Quart and FastAPI. | ||
|
||
_Author: [Felix Ingram](https://github.com/lllama)_ | ||
|
||
Examples: | ||
|
||
- [Python examples](https://github.com/starfederation/datastar/tree/develop/examples/python) | ||
|
||
## TypeScript | ||
|
||
[TypeScript SDK](https://github.com/starfederation/datastar/tree/develop/sdk/typescript), including support for NodeJS and Web standard runtimes (Deno, Bun, etc.). | ||
|
||
_Author: [Patrick Marchand](https://github.com/Superpat)_ | ||
|
||
Examples: | ||
|
||
- [NodeJS example](htttps://github.com/starfederation/datastar/tree/develop/sdk/typescript/examples/node.ts) | ||
- [Deno example](htttps://github.com/starfederation/datastar/tree/develop/sdk/typescript/examples/deno.ts) | ||
|
||
## dotnet | ||
|
||
[dotnet SDK](https://github.com/starfederation/datastar/tree/develop/sdk/dotnet), including support for C#. | ||
|
||
_Author: [Greg H](https://github.com/SpiralOSS)_ | ||
|
||
Examples: | ||
|
||
- [dotnet examples](https://github.com/starfederation/datastar/tree/develop/examples/dotnet) | ||
|
||
## Java | ||
|
||
[Java SDK](https://github.com/starfederation/datastar/blob/develop/sdk/java) | ||
|
||
_Author: [Peter Humulock](https://github.com/rphumulock)_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.