Skip to content

Base API methods

Roman Pobotin edited this page Jan 24, 2018 · 2 revisions

Description of all base API methods, whose can be useful.

  • generate_request_link - Get API url and attributes to generate request link
  • get_value - Get value from response by needed field
  • check_all_fields_present - Check that all mentioned fields present in response
  • check_types_of_fields - Check that all fields has needed types

  • check_ordering - Check that response ordered according to specific value [IN PROGRESS]
  • check_limit_of_response - Check that response has needed length limit [IN PROGRESS]