plane-watch / pw-pipeline

Takes in ADSB information and churns out JSON
https://plane.watch
GNU General Public License v3.0
8 stars 1 forks source link

Add support for "feeder_code" in pw_atc_api for v1.feeder.list #235

Open mikenye opened 9 months ago

mikenye commented 9 months ago

feeder_code was recently added to the feeder schema in ATC.

See: https://github.com/plane-watch/pw-air_traffic_control/blob/7c13a1ec609268792e9630d54597de263de14787/db/schema.rb#L83.

This PR should hopefully add support for it.

Currently untested.

mikenye commented 9 months ago

Is there a way we can test this before merge?