Norman Walsh
Norman Walsh
I've been remiss, apparently, in making PRs back to master. This is an attempt to rectify that oversight. This is all the changes through 0.0.17 plus a few small things...
that makes 'em hard to get
I don't know where to put announcements for significant upcoming changes. This is still "unreleased" software so I don't feel any particular constraints to maintain backwards compatibility. On the other...
Seems odd, but the server accepts it.
In. for example, phrase-through, make sure that a single localname and a list of localnames are handled correctly. The current API returns a single string in the former case and...
Is that plausible? What would be returned, an array of forest objects?
Some methods change local objects, some actually make REST calls and update the server. Can we make that clearer?
c.f. Roxy ( https://github.com/marklogic/roxy ) and ml-gradle ( https://github.com/rjrudin/ml-gradle )
At the moment `obj.delete()` returns a reference to the `self`. Should it return `None`?
Composing the `output_uri_replace` value from the base URI of the `input_file_path` is convenient, but on Windows this results in backslashes in the `output_uri_replace` value which causes errors. Might be reasonable...