mcab / hiber

API for Bat House SDP
GNU General Public License v3.0
0 stars 1 forks source link

Fix enum values for certain endpoints in API #23

Open mcab opened 5 years ago

mcab commented 5 years ago

Right now, it shows an Items Enum for fields that we specified are ArrayFields.

items enum in API

Ideally, we have a way to pass in either the Enum version, or the human-readable version when passing a request, while rendering that out to the API in the correct manner.

Documentation might point us in the right direction, but it expects an array.