aptos-labs / aptos-api-key-examples

Examples of using API keys.
Apache License 2.0
0 stars 1 forks source link

Add examples for other backends #3

Open banool opened 1 year ago

banool commented 1 year ago

Currently these examples only show how to configure clients with API keys for the node API. We should add examples of how to use the txn stream and indexer API too.

banool commented 11 months ago

I added examples for the indexer API. For txn stream I made the snippets but no examples here. It is hard to make concise examples for clients of the txn stream because we don't have a processor SDK right now for Rust and Python.