Jon Häggblad
326d5fcec8
rustfmt
2023-01-09 10:02:46 +01:00
Jon Häggblad
afae6fc9a5
rust-sdk: move Keys to its own file
2023-01-05 17:44:03 +01:00
Jon Häggblad
23c13a409a
rust-sdk: rename key_paths to paths
2023-01-05 17:06:21 +01:00
Jon Häggblad
1d522143a2
rust-sdk: remove more unwraps
2023-01-05 16:18:39 +01:00
Jon Häggblad
775ce0f95d
rust-sdk: fix some issues identified during draft review
2023-01-05 16:18:39 +01:00
Jon Häggblad
b019786c5a
rust-sdk: replace a bunch of unwrap with error return
2023-01-05 16:18:39 +01:00
Jon Häggblad
9b9c01fb8f
rust-sdk: initial version
2023-01-05 16:18:39 +01:00
Dave Hrycyszyn
6c857b5daf
wip
2023-01-05 16:18:39 +01:00
Dave Hrycyszyn
5ea084d286
Starting with Rust sdk
2023-01-05 16:18:39 +01:00
Dave Hrycyszyn
f6a79ce7c3
Renaming validator-api to nym-api ( #1863 )
...
* Renaming validator-api to nym-api
* nym-api: simplified crate name
* Added nym-api rename to changelog
* Changed some output messages
* Renamed validator-api-requests to nym-api requests
* Removing more references to validator-api-requests
* Additional lockfile name changes after full build
* Removing mistakenly added merge files
* ibid
* ibid
* Getting rid of ref to validator_api deep inside validator-client
* Fixing file storage paths
* Renaming struct function names referring to validator_api
* Simplifying struct init
* Fixed up all other instances of nym_api.
* Renaming validatorApi to nymApi in TypeScript client for consistency
v
* Found a few more Rust instances
* Changed examples in TypeScript SDK
* Found one more instance of the use of validator instead of nym apis
* Aliasing config key name for deserialization to preserve compatibility with old configs
2022-12-14 15:05:01 +00:00
cgi-bin/
c8b454a085
Possibilty to change gateway ws listener ( #1779 )
...
* add: set gatewayListener
* Update types.ts
* Update worker.ts
2022-11-23 15:14:43 +00:00
Mark Sinclair
e30fd270a1
Publish @nymproject/sdk v1.1.4
2022-11-18 15:32:57 +00:00
Mark Sinclair
c74a880838
Update README for SDK
2022-11-14 15:58:00 +00:00
Mark Sinclair
ccbb254b1a
Add wildcard glob for all files to SDK npm package.json
2022-11-14 15:36:30 +00:00
Dave Hrycyszyn
2bd0cfc870
Moving towards a publishable npm sdk package
2022-11-14 15:08:58 +00:00
Mark Sinclair
bdcfe42a1e
Add docs and diagrams
2022-11-08 17:47:10 +00:00
Mark Sinclair
51e30b2a89
Add "attach file" to chat demo
...
Uses custom binary payload, that includes headers with the file and mime-type, so the receiving browser can save the file correctly.
2022-11-08 17:47:10 +00:00
Mark Sinclair
4021059e76
Send all chat messages with new payload
2022-11-08 17:47:10 +00:00
Mark Sinclair
bf1d2a12bc
Fix html file
2022-11-08 17:47:10 +00:00
Mark Sinclair
c3f214ffad
Change to sync build
2022-11-08 17:47:10 +00:00
Mark Sinclair
324fb6afe7
Build SDK in dependencies
2022-11-08 17:47:10 +00:00
Mark Sinclair
ace020b5cf
Upgrade favicons (to upgrade sharp)
2022-11-08 17:47:10 +00:00
Mark Sinclair
4b8fa4805e
Tweak dependency build script
2022-11-08 17:47:10 +00:00
Mark Sinclair
eb18b49f3e
Add a typescript version of the old js-example with basic HTML
2022-11-08 17:47:10 +00:00
Mark Sinclair
2dc45fda1e
Tweak dependency build script
2022-11-08 17:47:10 +00:00
Mark Sinclair
c2a113f1b3
Remove bootstrap async load, as it isn't needed when loading the wasm from a worker
2022-11-08 17:47:10 +00:00
Mark Sinclair
f805eebce7
UI tweaks
2022-11-08 17:47:10 +00:00
Mark Sinclair
ad81160760
Build dependencies
2022-11-08 17:47:10 +00:00
Mark Sinclair
0931236a98
Add README and example structure
2022-11-08 17:47:05 +00:00