API Programming Language

What programming languages are available for the API of Shapdiver?

Many thanks for your question. There are a few different aspects to answering this:

  • Our Viewer offers an API. The viewer is made for modern web browsers offering support for WebGL, therefore this API supports JavaScript and TypeScript.
  • Our backend APIs (read about them here) are REST APIs, which are not limited to any programming language. We offer SDKs for simplifying their use (as npm packages for web applications using JavaScript/TypeScript/node, or as .NET assemblies), but there is no requirement to use one of the SDKs. Other users have successfully used Python or other languages to communicate with our APIs.