-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add utils for signature and auth header + add keyed parameters to client
- Loading branch information
1 parent
b737d50
commit a546fa6
Showing
12 changed files
with
151 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "registrar_client", | ||
"version": "1.0.0", | ||
"description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", | ||
"version": "0.1.0", | ||
"description": "Registrar client for the ThreeFold Grid V4", | ||
"keywords": [], | ||
"author": "Salma Elsoly <[email protected]>", | ||
"license": "ISC", | ||
|
@@ -18,7 +18,9 @@ | |
"url": "git+https://github.com/threefoldtech/tfgridv4-sdk-ts.git" | ||
}, | ||
"scripts": { | ||
"test": "node ./__tests__/registrar_client.test.js" | ||
"test": "jest", | ||
"format": "prettier --write .", | ||
"lint": "eslint src/**/*.ts" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/threefoldtech/tfgridv4-sdk-ts/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.