2.2.0 • Published 2 days ago

@lens-protocol/client v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

Lens JavaScript SDK

The official framework-agnostic JavaScript SDK for Lens Protocol.


This package enables you to interact with the Lens API via a type safe interface that abstracts away some of the GraphQL intricacies.

Documentation

Quick start

Install the Lens React Native SDK package using your package manager of choice:

Package ManagerCommand
npmnpm install @lens-protocol/client@latest
yarnyarn add @lens-protocol/client@latest
pnpmpnpm add @lens-protocol/client@latest

Development configuration example:

import { LensClient, development } from '@lens-protocol/client';

const client = new LensClient({
  environment: development,
});

Production configuration example:

import { LensClient, production } from '@lens-protocol/client';

const client = new LensClient({
  environment: production,
});

In a browser-based implementation you can use the Web Storage API to persist authentication state.

const client = new LensClient({
  environment: production,

  storage: window.localStorage,
});
2.2.0

2 days ago

2.1.1

17 days ago

2.1.0

23 days ago

2.0.0

1 month ago

2.0.0-alpha.38

1 month ago

2.0.0-alpha.37

1 month ago

2.0.0-alpha.36

2 months ago

2.0.0-alpha.35

2 months ago

2.0.0-alpha.34

2 months ago

2.0.0-alpha.33

3 months ago

2.0.0-alpha.32

3 months ago

2.0.0-alpha.31

3 months ago

2.0.0-alpha.30

3 months ago

2.0.0-alpha.29

3 months ago

2.0.0-alpha.28

3 months ago

2.0.0-alpha.27

5 months ago

2.0.0-alpha.26

5 months ago

2.0.0-alpha.25

5 months ago

2.0.0-alpha.7

7 months ago

2.0.0-alpha.8

7 months ago

2.0.0-alpha.9

7 months ago

2.0.0-alpha.11

7 months ago

2.0.0-alpha.3

8 months ago

2.0.0-alpha.10

7 months ago

2.0.0-alpha.4

7 months ago

2.0.0-alpha.5

7 months ago

2.0.0-alpha.6

7 months ago

2.0.0-alpha.0

8 months ago

2.0.0-alpha.1

8 months ago

2.0.0-alpha.2

8 months ago

2.0.0-alpha.19

6 months ago

2.0.0-alpha.18

6 months ago

2.0.0-alpha.17

6 months ago

2.0.0-alpha.16

6 months ago

2.0.0-alpha.15

6 months ago

2.0.0-alpha.14

7 months ago

2.0.0-alpha.13

7 months ago

2.0.0-alpha.12

7 months ago

1.3.0-next.2

9 months ago

1.3.0-next.3

9 months ago

1.3.1-next.0

8 months ago

1.3.0-next.4

9 months ago

1.3.0-next.5

9 months ago

1.3.0-next.0

10 months ago

1.3.0-next.1

9 months ago

1.3.1

8 months ago

1.3.0

9 months ago

2.0.0-alpha.22

5 months ago

2.0.0-alpha.21

6 months ago

2.0.0-alpha.20

6 months ago

2.0.0-alpha.24

5 months ago

2.0.0-alpha.23

5 months ago

1.2.0

10 months ago

1.1.0

11 months ago

1.1.0-next.2

12 months ago

1.1.0-next.1

12 months ago

1.2.0-next.1

11 months ago

1.2.0-next.0

11 months ago

1.1.0-next.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago