web3data-js icon indicating copy to clipboard operation
web3data-js copied to clipboard

Make all required query params named parameters in web3data method

Open taylorjdawson opened this issue 6 years ago • 0 comments

Use Case:

  • Users want a library that prevents them from shooting themselves in the foot.

Requirements:

  • Audi API to determine list of endpoints with required query params.

  • Make these named parameters in the method rather than an optional filter.

Acceptance Criteria:

  • ALL required query params are named method params

taylorjdawson avatar Nov 27 '19 23:11 taylorjdawson