-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Client JSIssues related to the `spine-web-client` libraryIssues related to the `spine-web-client` libraryenhancementNew feature or requestNew feature or request
Description
The current version of a Spine Web client for JavaScript provides a high-level API for interacting with a Spine-based backend and carries all HTTP-related functionality. It makes tricky to:
- add custom HTTP headers, e.g. "Authorization";
- use non-CORS request mode;
- expand client to interact with custom backend endpoints (non "/command" or "/query" ) that use similar protocol, e.i. Protobuf request/response body and the same set of auth headers;
To solve above-mentioned issues in Pure Photos we use our custom implementation of HttpClient and inject it after Spine Web client instantiation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Client JSIssues related to the `spine-web-client` libraryIssues related to the `spine-web-client` libraryenhancementNew feature or requestNew feature or request