Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@shapediver/sdk.platform-api-sdk-v1
Advanced tools
SDK to communicate with the Platform API version 1
ShapeDiver is a cloud platform that provides the right tools and scalable infrastructure to help you transform your Grasshopper files into online applications. It allows you to share the power of Grasshopper and Parametric Design with partners, clients and other key stakeholders wherever they are.
The ShapeDiver Platform SDK allows to access the functionality of the ShapeDiver Platform (or white labelled instances of it) by means of the ShapeDiver Platform API. The SDK exposes all TypeScript-types describing request and response objects.
The authentication system is based on JWT tokens, which the SDK allows you to request from the ShapeDiver Platform using the OAuth 2.0 functionality integrated with the ShapeDiver Platform API.
Add npm package:
npm i @shapediver/sdk.platform-api-sdk-v1
Import constructor function:
import { create } from '@shapediver/sdk.platform-api-sdk-v1';
Create and authorize client:
const client = create({clientId: "CLIENT_ID", baseUrl: "SHAPEDIVER_PLATFORM_API_ENDPOINT"});
await client.authorization.passwordGrant("USERNAME OR ACCESS KEY ID", "PASSWORD OR ACCESS KEY SECRET");
Whenever possible do not use your username and password for usage of the SDK. Instead log in to the ShapeDiver Platform and create an access key pair, consisting of an
Using access keys allows you to keep your application secure, because access keys
We take care to provide backwards compatibility for older versions of the SDK and the API, but might introduce breaking changes in case of major version upgrades. New features of the SDK might be limited to newer versions of the API. We recommend always using the newest SDK version out there.
If you have further questions, reach out to us.
Find out more about ShapeDiver right here!
The ShapeDiver Platform SDK is released under the MIT License.
FAQs
SDK to communicate with the Platform API version 1
The npm package @shapediver/sdk.platform-api-sdk-v1 receives a total of 20 weekly downloads. As such, @shapediver/sdk.platform-api-sdk-v1 popularity was classified as not popular.
We found that @shapediver/sdk.platform-api-sdk-v1 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.