LexOffice.RequestBuilder.add_param

You're seeing just the function add_param, go back to LexOffice.RequestBuilder module for more information.
Link to this function

add_param(request, location, key, value)

View Source

Specs

add_param(map(), atom(), atom(), any()) :: map()

Add optional parameters to the request

Parameters

  • request (Map) - Collected request options
  • location (atom) - Where to put the parameter
  • key (atom) - The name of the parameter
  • value (any) - The value of the parameter

Returns

Map