An open API service indexing awesome lists of open source software.

https://github.com/einride/extend

Open APIs and developer tools for Einride's Saga platform.
https://github.com/einride/extend

api einride grpc rest saga

Last synced: 11 months ago
JSON representation

Open APIs and developer tools for Einride's Saga platform.

Awesome Lists containing this project

README

          

# Einride Extend

Open APIs and developer tools for building extensions and integrations to
[Saga](https://einride.tech/saga), Einride's freight mobility platform.

The full documentation for Saga developers is available at
[extend.saga.einride.tech](https://extend.saga.einride.tech).

**Note:** *The Extend APIs are alpha versioned and currently available to select
developers during an early-access phase. To become a Saga developer during the
early-access phase, please apply below.*

## APIs

Saga's APIs are resource-oriented and work like standard
[REST](https://en.wikipedia.org/wiki/Representational_state_transfer) APIs.

gRPC and HTTP protocols are supported.

*[Read more ≫](./docs/apis.md)*

## CLI

The [saga](./cmd/saga) CLI tool enables you to call the Extend APIs from the
command line of your local development machine.

Get the latest version of the CLI from the
[Releases](https://github.com/einride/extend/releases) page.

*[Read more ≫](./docs/cli.md)*

## SDKs

SDKs for developing with Saga are available for
[Go](https://github.com/einride/extend-go) and
[TypeScript](https://github.com/einride/extend-typescript).

Support for more languages are on the roadmap.

*[Read more ≫](./docs/sdks.md)*

## UI

A UI component framework for developing Saga apps is available for
[React](https://github.com/einride/ui).

*[Read more ≫](https://github.com/einride/ui)*

## License

[MIT](LICENSE)