Skip to main content

Crate onshape_client_core

Crate onshape_client_core 

Source
Expand description

Pure Onshape API logic and types.

This crate contains sans-IO types and logic for interacting with the Onshape REST API. No async runtime, HTTP client, or network access — all I/O is handled by onshape-client-io.

Modules§

auth
Authentication types and logic for the Onshape API.
oauth
OAuth 2.0 types and constants for the Onshape API.
request
HTTP request types for the Onshape API.