Skip to content

Rename extApiClient, agentId, mockRpcClient, agentApi, mockAgentApi in the flux module

Fixing the capitalization for initialisms in the flux module will be done in multiple MRs so that it is easier to review. This MR includes the following changes related to #468 (closed):

  • Rename extApiClient to extAPIClient in flux module
  • Rename agentId to agentID in flux module
  • Rename mockRpcClient to mockRPCClient in flux module
  • Rename agentApi to agentAPI in flux module
  • Rename mockAgentApi to mockAgentAPI in flux module
  • use consistent case for initialisms
Edited by Hristiyan Ivanov

Merge request reports