Found while writing the embedder quick-start (#26/PR #28): the SDK's type for the bunker port response models prices as a keyed object (prices.VLSFO), but the backend actually returns an ARRAY of price entries (verified against oilpriceapi-api). The README example works around it; the type should be corrected (breaking type change — candidate for the 1.0.0 cut, see #26).
Found while writing the embedder quick-start (#26/PR #28): the SDK's type for the bunker port response models
pricesas a keyed object (prices.VLSFO), but the backend actually returns an ARRAY of price entries (verified against oilpriceapi-api). The README example works around it; the type should be corrected (breaking type change — candidate for the 1.0.0 cut, see #26).