Important
In this version we are not able to extract key material or customize the tls connection.
- Open the
js
folder - Run the proxy (websocket)
- Access
proxy
folder - Run
node proxy.js
- Access
- Run a client example
- Access
examples
folder - Run
node spotify.js
- Access
- Now see the log file in the
utils
folder.
Schemas can be adjusted in the schemas.js
.
Exporting:
- Run
npm run build
in the root - Run
npm link
- Go to the desired project to use it
- Run
npm link zap-proxy-sdk
Then the project will be able to use the local SDK
- Open the
rust
folder - Run the proxy (websocket)
- Run
cargo run -p proxy
- Run
- Run the client
- Run
cargo run -p client
- Run
- Now see the log file in the
utils
folder.