mcastorina / poster

API testing aid from the command line
0 stars 0 forks source link

Change request YAML header format #17

Open mcastorina opened 5 years ago

mcastorina commented 5 years ago

Current format:

headers:
- key: header-name
  value: header-value

It should be:

headers:
- header-name: header-value
mcastorina commented 5 years ago

This is partially addressed by moving the templates into the cli package (which uses a map for headers).