Package autodesk_forge_sdk
Clients for communicating with different Autodesk Forge services.
Expand source code
"""
Clients for communicating with different Autodesk Forge services.
"""
from .auth import AuthenticationClient, Scope, get_authorization_url
from .auth import TokenProviderInterface, SimpleTokenProvider, OAuthTokenProvider
from .dm import OSSClient, DataManagementClient
from .md import ModelDerivativeClient, urnify
Sub-modules
autodesk_forge_sdk.auth
-
Clients for working with the Forge Authentication service.
autodesk_forge_sdk.base
-
Helper classes used by other API clients.
autodesk_forge_sdk.dm
-
Clients for working with the Forge Data Management service.
autodesk_forge_sdk.md
-
Clients for working with the Forge Model Derivative service.