Generated protobufs for Sym types


License
Apache-2.0
Install
pip install sym-types==1.2.0b3

Documentation

types

Shared types for Sym integrations, delivered as protobufs.

Refer to the API Docs for more details.

Example Integration

Generate a project from one of our starter templates to integrate Sym Access workflows into your systems.

Generated Libraries

Typescript

TypeScript implementations are generated with protobufjs.

import { sym } from "@symops/types"

Python

Python implementations are generated with protoc.

from sym.enums.service_pb2 import Service
from sym.messages.approval_pb2 import Approval
from sym.models.user_pb2 import User

Go

Golang implementations are generated with protoc.

import "github.com/symopsio/types/go/enums"
import "github.com/symopsio/types/go/messages"
import "github.com/symopsio/types/go/models"

Packages

Package Description
messages Types that are sent from system to system
models Shared data types
enums Shared enum types