NervesHubUserAPI.Product.create

You're seeing just the function create, go back to NervesHubUserAPI.Product module for more information.
Link to this function

create(org_name, product_name, auth)

View Source

Specs

create(String.t(), any(), NervesHubUserAPI.Auth.t()) ::
  {:error, any()} | {:ok, any()}

Create a new product.

Verb: POST Path: /orgs/:org_name/products