-
Notifications
You must be signed in to change notification settings - Fork 0
Base API methods
Roman Pobotin edited this page Jan 24, 2018
·
2 revisions
- 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]