SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

Allow overriding HTTP client of a Spine Web JavaScript client. #207

Closed YegorUdovchenko closed 10 months ago

YegorUdovchenko commented 10 months ago

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:

To solve above-mentioned issues in Pure Photos we use our custom implementation of HttpClient and inject it after Spine Web client instantiation.

armiol commented 10 months ago

@YegorUdovchenko I am not sure whether this is an old issue, or a new one. But just in case: #194.

armiol commented 10 months ago

It's been released with 1.9.0.

YegorUdovchenko commented 10 months ago

@YegorUdovchenko I am not sure whether this is an old issue, or a new one. But just in case: #194.

Sorry, missed this update.