You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
[-blue)](https://github.com/hydrusnetwork/hydrus/blob/c3cb88c9e71616678b4c398d54ea2b4d3dd7b0f3/docs/developer_api.md)
7
-
[](https://github.com/hydrusnetwork/hydrus/releases/tag/v642)
7
+
[](https://github.com/hydrusnetwork/hydrus/releases/tag/v643)
@@ -27,7 +27,7 @@ As of currently most Hydrus Network API endpoints are implemented and all the AP
27
27
28
28
### Package manager users
29
29
30
-
If you are using npm (or an alternative) package manager then installation is as simple as `npm install hydrusapi@81.642.*`.
30
+
If you are using npm (or an alternative) package manager then installation is as simple as `npm install hydrusapi@81.643.*`.
31
31
32
32
You should always pin the version of HydrusAPI that you are using. See [versioning](#versioning) below for more information.
33
33
@@ -55,7 +55,7 @@ This works well since all our endpoints should match a given Hydrus Network API/
55
55
56
56
We suggest matching `Hydrus Network API version` and `Hydrus Network client version` as closely as possible. Mismatched `Hydrus Network client version`s should be okay, but mismatched `Hydrus Network API version`s could cause serious issues.
57
57
58
-
When using a package manager you should pin the HydrusAPI version. Here is an example using NPM for Hydrus version 642: `npm install hydrusapi@81.642.*`. When downloading you should download the version that best matches your Hydrus Network version.
58
+
When using a package manager you should pin the HydrusAPI version. Here is an example using NPM for Hydrus version 643: `npm install hydrusapi@81.643.*`. When downloading you should download the version that best matches your Hydrus Network version.
59
59
60
60
Below is a list of Hydrus versions supported under a given API version. Use this list to construct your version string for version pinning.
0 commit comments