farmOS / farmOS.js

A JavaScript library for working with farmOS data structures and interacting with farmOS servers.
MIT License
15 stars 13 forks source link

incorrect area_type key in js object #3

Closed paul121 closed 5 years ago

paul121 commented 5 years ago

I believe the object returned from the server labels this as "area_type" not "field_farm_area_type" But I may be mistaken, this could be a difference between languages or my misinterpretation farmOS.js?

Just an issue I came across while cross-referencing APIs.

https://github.com/farmOS/farmOS.js/blame/master/README.md#L230

jgaehring commented 5 years ago

Good catch, thanks @paul121!