bimface

package module
v2.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2022 License: BSD-3-Clause Imports: 12 Imported by: 0

README

bimface

BIMFACE server-side APIs for golang

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	AccessTokenService *service.AccessTokenService
	ViewTokenService   *service.ViewTokenService

	SourceFileService  *sourcefile.Service
	ModelFileService   *modelfile.Service
	IntegrationService *integration.Service
	ShareLinkService   *sharelink.Service
	ComparisonService  *comparison.Service
	DataBagService     *databag.Service
	BakeService        *bake.Service
	// contains filtered or unexported fields
}

Client for bimface SDK

func NewClient

func NewClient(appKey string, appSecret string, endpoint *config.Endpoint) *Client

NewClient create an bimface client.

type JTime

type JTime time.Time

JTime ***

func (*JTime) MarshalJSON

func (t *JTime) MarshalJSON() ([]byte, error)

MarshalJSON ***

func (JTime) String

func (t JTime) String() string

func (*JTime) UnmarshalJSON

func (t *JTime) UnmarshalJSON(data []byte) (err error)

UnmarshalJSON ***

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL