privicy / onepassword-web-client

Library to access 1password web vaults.
7 stars 6 forks source link

feat: adds getFullEntry to one password client #5

Closed greenkiwi closed 4 years ago

greenkiwi commented 4 years ago

This adds a new method to the Client: Client.getEntry: (fqdn: string) => Promise<EntryDetail>;

This method returns an EntryDetail which provides access to all the sections and fields in the entry.

greenkiwi commented 4 years ago

See #6