Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

symopsio/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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