Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.05 KB

Rust client crate for https://lens.xyz API See on the bottom to see what this currently supports.

lens-client

0.1.0

Rust client crate for https://lens.xyz

Examples

See the examples folder

Functionalities

  • Ping

Profile

  • Profile : get default profile
  • Profile : get profiles
  • Profile : create profile
  • Profile : get recommended profiles

Follow

  • Follow : does follow
  • Follow : get followers
  • Follow : get following

Auth

  • Auth : get challenge
  • Auth : login
  • Auth : refresh
  • Auth : verify

Publications

  • Pub : get publications (posts, comments, mirrors)

This crate integrates some functions to handle local KeyStores and use them to interact with Lens, mostly useful for development purposes.