The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering..
The index module provides access to constructors for all the classes which comprise the public API.
An AMD (recommended!) or CommonJS application will generally do something equivalent to the following:
const ForgeSdk = require('index'); // See note below*.
const xxxSvc = new ForgeSdk.XxxApi(); // Allocate the API class we're going to use.
const yyyModel = new ForgeSdk.Yyy(); // Construct a model instance.
yyyModel.someProperty = 'someValue';
...
const zzz = xxxSvc.doSomething(yyyModel); // Invoke the service.
...
*NOTE: For a top-level AMD script, use require(['index'], function(){...})
and put the application logic within the callback function.
A non-AMD browser application (discouraged) might do something like this:
const xxxSvc = new ForgeSdk.XxxApi(); // Allocate the API class we're going to use. const yyy = new ForgeSdk.Yyy(); // Construct a model instance. yyyModel.someProperty = 'someValue'; ... const zzz = xxxSvc.doSomething(yyyModel); // Invoke the service. ...
Members
(static) ApiClient
The ApiClient constructor.
Properties:
| Type | Description |
|---|---|
| module:ApiClient |
(static) AuthClientThreeLegged
The AuthClient service constructor for 3-legged flow.
Properties:
| Type | Description |
|---|---|
| module:auth/OAuth2ThreeLegged |
(static) AuthClientTwoLegged
The AuthClient service constructor for 2-legged flow.
Properties:
| Type | Description |
|---|---|
| module:auth/OAuth2TwoLegged |
(static) BadInput
The BadInput model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BadInput |
(static) BaseAttributesCreatedUpdated
The BaseAttributesCreatedUpdated model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BaseAttributesCreatedUpdated |
(static) BaseAttributesCreatedUpdatedAttributes
The BaseAttributesCreatedUpdatedAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BaseAttributesCreatedUpdatedAttributes |
(static) BaseAttributesExtensionObject
The BaseAttributesExtensionObject model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BaseAttributesExtensionObject |
(static) BaseAttributesExtensionObjectWithoutSchemaLink
The BaseAttributesExtensionObjectWithoutSchemaLink model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BaseAttributesExtensionObjectWithoutSchemaLink |
(static) Bucket
The Bucket model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Bucket |
(static) BucketObjects
The BucketObjects model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BucketObjects |
(static) Buckets
The Buckets model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Buckets |
(static) BucketsApi
The BucketsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/BucketsApi |
(static) BucketsItems
The BucketsItems model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/BucketsItems |
(static) CommandsApi
The CommandsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/CommandsApi |
(static) Conflict
The Conflict model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Conflict |
(static) CreateItem
The CreateItem model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItem |
(static) CreateItemData
The CreateItemData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemData |
(static) CreateItemDataRelationships
The CreateItemDataRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemDataRelationships |
(static) CreateItemDataRelationshipsTip
The CreateItemDataRelationshipsTip model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemDataRelationshipsTip |
(static) CreateItemDataRelationshipsTipData
The CreateItemDataRelationshipsTipData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemDataRelationshipsTipData |
(static) CreateItemIncluded
The CreateItemIncluded model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemIncluded |
(static) CreateItemRelationships
The CreateItemRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemRelationships |
(static) CreateItemRelationshipsStorage
The CreateItemRelationshipsStorage model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemRelationshipsStorage |
(static) CreateItemRelationshipsStorageData
The CreateItemRelationshipsStorageData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateItemRelationshipsStorageData |
(static) CreateRef
The CreateRef model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateRef |
(static) CreateRefData
The CreateRefData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateRefData |
(static) CreateRefDataMeta
The CreateRefDataMeta model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateRefDataMeta |
(static) CreateStorage
The CreateStorage model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateStorage |
(static) CreateStorageData
The CreateStorageData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateStorageData |
(static) CreateStorageDataAttributes
The CreateStorageDataAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateStorageDataAttributes |
(static) CreateStorageDataRelationships
The CreateStorageDataRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateStorageDataRelationships |
(static) CreateStorageDataRelationshipsTarget
The CreateStorageDataRelationshipsTarget model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateStorageDataRelationshipsTarget |
(static) CreateVersion
The CreateVersion model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateVersion |
(static) CreateVersionData
The CreateVersionData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateVersionData |
(static) CreateVersionDataRelationships
The CreateVersionDataRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateVersionDataRelationships |
(static) CreateVersionDataRelationshipsItem
The CreateVersionDataRelationshipsItem model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateVersionDataRelationshipsItem |
(static) CreateVersionDataRelationshipsItemData
The CreateVersionDataRelationshipsItemData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/CreateVersionDataRelationshipsItemData |
(static) DerivativesApi
The DerivativesApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/DerivativesApi |
(static) Diagnostics
The Diagnostics model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Diagnostics |
(static) Folder
The Folder model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Folder |
(static) FolderAttributes
The FolderAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/FolderAttributes |
(static) FolderRelationships
The FolderRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/FolderRelationships |
(static) FoldersApi
The FoldersApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/FoldersApi |
(static) Forbidden
The Forbidden model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Forbidden |
(static) Formats
The Formats model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Formats |
(static) FormatsFormats
The FormatsFormats model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/FormatsFormats |
(static) Hub
The Hub model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Hub |
(static) HubAttributes
The HubAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/HubAttributes |
(static) HubRelationships
The HubRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/HubRelationships |
(static) Hubs
The Hubs model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Hubs |
(static) HubsApi
The HubsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/HubsApi |
(static) IssuesApi
The IssuesApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/IssuesApi |
(static) Item
The Item model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Item |
(static) ItemAttributes
The ItemAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ItemAttributes |
(static) ItemCreated
The ItemCreated model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ItemCreated |
(static) ItemRelationships
The ItemRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ItemRelationships |
(static) ItemsApi
The ItemsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/ItemsApi |
(static) Job
The Job model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Job |
(static) JobAcceptedJobs
The JobAcceptedJobs model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobAcceptedJobs |
(static) JobDwgOutputPayload
The JobDwgOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobDwgOutputPayload |
(static) JobDwgOutputPayloadAdvanced
The JobDwgOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobDwgOutputPayloadAdvanced |
(static) JobIfcOutputPayload
The JobIfcOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobIfcOutputPayload |
(static) JobIfcOutputPayloadAdvanced
The JobIfcOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobIfcOutputPayloadAdvanced |
(static) JobIgesOutputPayload
The JobIgesOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobIgesOutputPayload |
(static) JobIgesOutputPayloadAdvanced
The JobIgesOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobIgesOutputPayloadAdvanced |
(static) JobObjOutputPayload
The JobObjOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobObjOutputPayload |
(static) JobObjOutputPayloadAdvanced
The JobObjOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobObjOutputPayloadAdvanced |
(static) JobPayload
The JobPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayload |
(static) JobPayloadDestination
The JobPayloadDestination model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayloadDestination |
(static) JobPayloadInput
The JobPayloadInput model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayloadInput |
(static) JobPayloadItem
The JobPayloadItem model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayloadItem |
(static) JobPayloadMisc
The JobPayloadMisc model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayloadMisc |
(static) JobPayloadOutput
The JobPayloadOutput model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobPayloadOutput |
(static) JobStepOutputPayload
The JobStepOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobStepOutputPayload |
(static) JobStepOutputPayloadAdvanced
The JobStepOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobStepOutputPayloadAdvanced |
(static) JobStlOutputPayload
The JobStlOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobStlOutputPayload |
(static) JobStlOutputPayloadAdvanced
The JobStlOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobStlOutputPayloadAdvanced |
(static) JobSvf2OutputPayload
The JobSvf2OutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobSvf2OutputPayload |
(static) JobSvf2OutputPayloadAdvanced
The JobSvf2OutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobSvf2OutputPayloadAdvanced |
(static) JobSvfOutputPayload
The JobSvfOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobSvfOutputPayload |
(static) JobSvfOutputPayloadAdvanced
The JobSvfOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobSvfOutputPayloadAdvanced |
(static) JobThumbnailOutputPayload
The JobThumbnailOutputPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobThumbnailOutputPayload |
(static) JobThumbnailOutputPayloadAdvanced
The JobThumbnailOutputPayloadAdvanced model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JobThumbnailOutputPayloadAdvanced |
(static) JsonApiAttributes
The JsonApiAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiAttributes |
(static) JsonApiCollection
The JsonApiCollection model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiCollection |
(static) JsonApiDocument
The JsonApiDocument model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiDocument |
(static) JsonApiDocumentBase
The JsonApiDocumentBase model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiDocumentBase |
(static) JsonApiError
The JsonApiError model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiError |
(static) JsonApiErrorErrors
The JsonApiErrorErrors model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiErrorErrors |
(static) JsonApiErrorLinks
The JsonApiErrorLinks model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiErrorLinks |
(static) JsonApiLink
The JsonApiLink model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiLink |
(static) JsonApiLinks
The JsonApiLinks model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiLinks |
(static) JsonApiLinksPaging
The JsonApiLinksPaging model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiLinksPaging |
(static) JsonApiLinksRelated
The JsonApiLinksRelated model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiLinksRelated |
(static) JsonApiLinksSelf
The JsonApiLinksSelf model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiLinksSelf |
(static) JsonApiMeta
The JsonApiMeta model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiMeta |
(static) JsonApiMetaLink
The JsonApiMetaLink model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiMetaLink |
(static) JsonApiRelationships
The JsonApiRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationships |
(static) JsonApiRelationshipsLinksExternalResource
The JsonApiRelationshipsLinksExternalResource model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationshipsLinksExternalResource |
(static) JsonApiRelationshipsLinksInternal
The JsonApiRelationshipsLinksInternal model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationshipsLinksInternal |
(static) JsonApiRelationshipsLinksInternalResource
The JsonApiRelationshipsLinksInternalResource model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationshipsLinksInternalResource |
(static) JsonApiRelationshipsLinksRefs
The JsonApiRelationshipsLinksRefs model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationshipsLinksRefs |
(static) JsonApiRelationshipsLinksRefsLinks
The JsonApiRelationshipsLinksRefsLinks model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiRelationshipsLinksRefsLinks |
(static) JsonApiResource
The JsonApiResource model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiResource |
(static) JsonApiTypeId
The JsonApiTypeId model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiTypeId |
(static) JsonApiVersion
The JsonApiVersion model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiVersion |
(static) JsonApiVersionJsonapi
The JsonApiVersionJsonapi model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/JsonApiVersionJsonapi |
(static) Manifest
The Manifest model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Manifest |
(static) ManifestChildren
The ManifestChildren model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ManifestChildren |
(static) ManifestDerivative
The ManifestDerivative model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ManifestDerivative |
(static) Message
The Message model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Message |
(static) Messages
The Messages model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Messages |
(static) Metadata
The Metadata model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Metadata |
(static) MetadataCollection
The MetadataCollection model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/MetadataCollection |
(static) MetadataData
The MetadataData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/MetadataData |
(static) MetadataMetadata
The MetadataMetadata model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/MetadataMetadata |
(static) MetadataObject
The MetadataObject model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/MetadataObject |
(static) NotFound
The NotFound model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/NotFound |
(static) ObjectDetails
The ObjectDetails model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ObjectDetails |
(static) ObjectFullDetails
The ObjectFullDetails model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ObjectFullDetails |
(static) ObjectFullDetailsDeltas
The ObjectFullDetailsDeltas model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ObjectFullDetailsDeltas |
(static) ObjectS3Download
The ObjectS3Download model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ObjectS3Download |
(static) ObjectS3Upload
The ObjectS3Upload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ObjectS3Upload |
(static) ObjectsApi
The ObjectsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/ObjectsApi |
(static) Permission
The Permission model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Permission |
(static) PostBucketsPayload
The PostBucketsPayload model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/PostBucketsPayload |
(static) PostBucketsPayloadAllow
The PostBucketsPayloadAllow model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/PostBucketsPayloadAllow |
(static) PostBucketsSigned
The PostBucketsSigned model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/PostBucketsSigned |
(static) PostObjectSigned
The PostObjectSigned model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/PostObjectSigned |
(static) Project
The Project model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Project |
(static) ProjectAttributes
The ProjectAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ProjectAttributes |
(static) ProjectRelationships
The ProjectRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ProjectRelationships |
(static) Projects
The Projects model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Projects |
(static) ProjectsApi
The ProjectsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/ProjectsApi |
(static) Reason
The Reason model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Reason |
(static) Refs
The Refs model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Refs |
(static) RelRef
The RelRef model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/RelRef |
(static) RelRefMeta
The RelRefMeta model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/RelRefMeta |
(static) ResourceId
The ResourceId model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/ResourceId |
(static) Result
The Result model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Result |
(static) Storage
The Storage model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Storage |
(static) StorageCreated
The StorageCreated model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/StorageCreated |
(static) StorageRelationships
The StorageRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/StorageRelationships |
(static) StorageRelationshipsTarget
The StorageRelationshipsTarget model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/StorageRelationshipsTarget |
(static) StorageRelationshipsTargetData
The StorageRelationshipsTargetData model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/StorageRelationshipsTargetData |
(static) TokensApi
The TokensApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/TokensApi |
(static) TopFolders
The TopFolders model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/TopFolders |
(static) UserProfile
The UserProfile model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/UserProfile |
(static) UserProfileApi
The UserProfileApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/UserProfileApi |
(static) UserProfileProfileImages
The UserProfileProfileImages model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/UserProfileProfileImages |
(static) Version
The Version model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Version |
(static) VersionAttributes
The VersionAttributes model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/VersionAttributes |
(static) VersionCreated
The VersionCreated model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/VersionCreated |
(static) VersionRelationships
The VersionRelationships model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/VersionRelationships |
(static) Versions
The Versions model constructor.
Properties:
| Type | Description |
|---|---|
| module:model/Versions |
(static) VersionsApi
The VersionsApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/VersionsApi |
(static) WebhooksApi
The WebhooksApi service constructor.
Properties:
| Type | Description |
|---|---|
| module:api/WebhooksApi |
Methods
(static) setDebug(isDebug)
Optionally enable debugging
Parameters:
| Name | Type | Description |
|---|---|---|
isDebug |