- Updated dependencies
- @turnkey/http@2.0.0
- Updated the shape of signing
- Updated dependencies
- @turnkey/http@1.3.0
- Updated dependencies
- @turnkey/http@1.2.0
- @turnkey/http@1.1.1
- Updated dependencies
- @turnkey/http@1.1.0
- Updated dependencies [8d1d0e8]
- @turnkey/http@1.0.1
-
46473ec: This breaking change updates generated code to be shorter and more intuitive to read:
- generated fetchers do not include the HTTP method in their name. For example
useGetGetActivity
is nowuseGetActivity
, andusePostSignTransaction
isuseSignTransaction
. - input types follow the same convention (no HTTP method in the name):
TPostCreatePrivateKeysInput
is nowTCreatePrivateKeysInput
. - the "federated" request helpers introduced in
0.18.0
are now named "signed" requests to better reflect what they are.FederatedRequest
is nowSignedRequest
, and generated types follow. For example:federatedPostCreatePrivateKeys
is nowsignCreatePrivateKeys
,federatedGetGetActivity
is nowsignGetActivity
, and so on.
The name updates should be automatically suggested if you use VSCode since the new names are simply shorter versions of the old one.
- generated fetchers do not include the HTTP method in their name. For example
-
Updated dependencies [46473ec]
-
Updated dependencies [38b424f]
- @turnkey/http@1.0.0
- Updated dependencies
- @turnkey/http@0.18.1
- Updated dependencies
- @turnkey/http@0.18.0
- Updated dependencies
- @turnkey/http@0.17.1
- No public facing changes
- Updated dependencies [9317f51]
- @turnkey/http@0.17.0
- No public facing changes
- Updated dependencies
- @turnkey/http@0.16.0
- Fix
.postGetPrivateKey(...)
's underlying path, while adding@deprecated
.postGetPrivateKeyBackwardsCompat(...)
for backward compatibility
- Fix
- @turnkey/http@0.16.0
- Updated dependencies
- @turnkey/http@0.15.0
- Moved
sha256
hashing from local to remote
- Updated dependencies
- @turnkey/http@0.14.0
- New
TurnkeyRequestError
error class that contains rich error details - Updated dependencies
- @turnkey/http@0.13.2
- Initial release