Will prevent passing of many function parameters to Client methods.
For each service, we will need a builder struct. The builder struct will have adaptor methods that basically accept mut self as a parameter, and return self on transforming the data.
The builder consumer method will build the main struct and perform the necessary api call
Will prevent passing of many function parameters to
Client
methods.For each service, we will need a builder struct. The builder struct will have adaptor methods that basically accept
mut self
as a parameter, and returnself
on transforming the data.The builder consumer method will build the main struct and perform the necessary api call