Steven Benjamin
Steven Benjamin
Found a solution to this, if you're still interested in extending this - ``` class WithOptionalLongId[T](baseFormatter:YamlFormat[T]) extends YamlFormat[T]{ import YamlSupport.yamlObjectToMergeable def write(r:T) = baseFormatter.write(r) def read(yaml:YamlValue) = { baseFormatter.read(yaml.asYamlObject().mergeAfter(Map("id" ->...
This is very clear. Brings up a few questions (of course): - a) since the validity of the traversal is dependent on the categories and use, on a request that...
There is a pulsar ingest defined [here](https://docs.thatdot.com/reference/rest-api.html#/paths/api-v1-ingest-name/post), (see under `Body`, e.g. alternate selection to `File Ingest Stream`). That being said, would love to get more input on what options people...