Class used to call the Categories product.

Sections
Methods
G
Public
Instance Public methods
get()

Get information about all Plaid categories

Does a POST /categories/get call to retrieve a list of all categories.

Returns

Returns the CategoriesResponse object with a list of categories.

# File lib/plaid/products/categories.rb, line 9
def get
  CategoriesResponse.new(client.post('categories/get', {}))
end