Important
In this version we are not able to extract key material or customize the tls connection.
- Open the
jsfolder - Run the proxy (websocket)
- Access
proxyfolder - Run
node proxy.js
- Access
- Run a client example
- Access
examplesfolder - Run
node spotify.js
- Access
- Now see the log file in the
utilsfolder.
Schemas can be adjusted in the schemas.js.
Exporting:
- Run
npm run buildin 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
rustfolder - 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
utilsfolder.
