GSA / prototype-city-pairs-api

A prototype API using GSA City Pairs data. Not for production use.
Other
4 stars 5 forks source link

Add methods to retrieve list of valid values #48

Open Ryandaydev opened 6 years ago

Ryandaydev commented 6 years ago

Retrieve a list of valid values for these parms:

Year Origination City Abbreviation Destination City Abbrevation

Implementation-wise, they could be select distinct queries.

Ryandaydev commented 6 years ago

These endpoints make sense from a flow as follows:

For instance, a web site might populate drop downs with the valid values, then submit the request using those values.