Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shapediver/sdk.platform-api-sdk-v1

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shapediver/sdk.platform-api-sdk-v1

SDK to communicate with the Platform API version 1

  • 1.14.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-93.88%
Maintainers
5
Weekly downloads
 
Created
Source

ShapeDiver

ShapeDiver Platform SDK

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.

Usage

  • 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", "PASSWORD");
    

Versioning

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.

Support

If you have further questions, reach out to us.

Find out more about ShapeDiver right here!

Licensing

The ShapeDiver Platform SDK is released under the MIT License.

Keywords

FAQs

Package last updated on 18 Mar 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc