Each spec must define a request
that defines the HTTP request to be made
Required properties:
Optional properties:
ℹ️ NOTE: headers, cookies, path_params, query_params all use an array of objects with
name
andvalue
1link- name: some-name-1
2link value: Some Value
3link- name: other-name-2
4link value: Other Value
get
, post
, put
, patch
, delete
, head
, options
1linkconfiguration:
2link host: swapi.dev
3link scheme: https
4link base_path: /api
5linkspecs:
6link - request:
7link method: get
8link path: /films/1/
9link response:
10link status_code: 200