https://github.com/encoredev/platform-sdk
SDK allowing Encore applications to communicate with Encore provided services.
https://github.com/encoredev/platform-sdk
encore go golang sdk
Last synced: 5 months ago
JSON representation
SDK allowing Encore applications to communicate with Encore provided services.
- Host: GitHub
- URL: https://github.com/encoredev/platform-sdk
- Owner: encoredev
- License: mpl-2.0
- Created: 2023-04-27T12:27:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T23:34:08.000Z (6 months ago)
- Last Synced: 2025-01-11T03:15:11.053Z (5 months ago)
- Topics: encore, go, golang, sdk
- Language: Go
- Homepage: https://encore.dev
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Encore Platform SDK
Package platform is the SDK for communicating with [Encore](https://encore.dev) hosted services The
[Encore](https://encore.dev) Platform SDK provides APIs for Encore applications to use at runtime to communicate with
Encore hosted services. It is used by the [Encore Runtime](https://github.com/encoredev/encore/tree/main/runtime) as a
provide SDK for communicating with the Encore Platform, the same way the
[Encore Runtime](https://github.com/encoredev/encore/tree/main/runtime) uses the AWS or GCP SDKs under the hood.It is not intended to be used by applications directly, and therefore it's API is not considered to be stable.