Rust client crate for https://lens.xyz
Just a draft. See on the bottom to see which APIs it currently supports.
Usage
use lens_client;
use ;
Functionalities
Profile
- Profile : get default profile
- Profile : get profiles
- Profile : create profile
Follow
- Follow : does follow
- Follow : get followers
- Follow : get following
Auth
- Auth : get challenge
- Auth : login
This crate integrates some functions to handle local KeyStores and use them to interact with Lens, mostly useful for development purposes.