Skip to content

Api key based access? #10

@davidboom95

Description

@davidboom95

I notice the auth pattern is

  const client = new OdooClient({
    url: string,
    db: string,
    username: string,
    password: string,
  })

Is there any plan to support api key pattern instead?

  const client = new OdooClient({
    url: string,
    api_key: string,
  })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions