gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Allow headers to be set at the GafferConnector class level #838

Closed j8934893 closed 4 years ago

j8934893 commented 4 years ago

The GafferConnector execute_operation* functions currently require headers to be specified each time they are called.

Optionally setting them at the GafferConnector level, whilst retaining the option to override at the execute_operation* function level, will make it easier to use custom headers, for example, as part of API authentication.

d47853 commented 4 years ago

Merged into develop