You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ACE and REST interfaces do not have the same methods, so they cannot be easily swapped as processors in some pipeline (see #127). A standardized interface like this might be useful:
It would also be nice if they harmonized on run information, although it makes somewhat less sense in the REST interface.
There's also a question of how to deal with parsing vs transfer vs generation. For ACE, the subclass model works well, but that doesn't work for the REST client.
Any breaking changes should wait retain backward compatibility until v1.0.0, and those changes should be listed in #139.
The text was updated successfully, but these errors were encountered:
This moves the old delphin.web module to delphin.web.client and makes
the delphin.web.server module, intended to replace Bottlenose.
Also relevant is #141, as this changes the previous Client.parse() to
the more "harmonious" parser.interact().
The ACE and REST interfaces do not have the same methods, so they cannot be easily swapped as processors in some pipeline (see #127). A standardized interface like this might be useful:
It would also be nice if they harmonized on
run
information, although it makes somewhat less sense in the REST interface.There's also a question of how to deal with parsing vs transfer vs generation. For ACE, the subclass model works well, but that doesn't work for the REST client.
Any breaking changes should wait retain backward compatibility until v1.0.0, and those changes should be listed in #139.
The text was updated successfully, but these errors were encountered: