genouest / biomaj-download

Download microservice for BioMAJ
GNU Affero General Public License v3.0
1 stars 7 forks source link

Rename protocol options to options #19

Closed duboism closed 4 years ago

duboism commented 4 years ago

This PR renames the protocol_options mechanisms to options because it's more clear.

This includes:

This slightly breaks the API.

A corresponding PR must be done in genouest/biomaj#118 to adapt the code (calls to get_handler, message construction, internal variables).

Unit tests pass. Integrations tests will be done in the corresponding PR in genouest/biomaj#118.