elexon-data / iris-clients

Clients for connecting to the Insights Real-time Information Service
MIT License
17 stars 7 forks source link

Refactor settings files #5

Closed BethThomas141 closed 1 year ago

BethThomas141 commented 1 year ago

Refactor the settings files across each of the three clients:

  1. Field names changed to be consistent with those on the site https://bmrs.elexon.co.uk/iris when you request IRIS credentials eg. Service Bus Queue Name changed to Queue Name. Field names also reordered to match the front end.
  2. ClientId and Secret fields moved out of AppRegistration in the C# and Python settings files to make it more consistent with both the Javascript settings and the front end.
  3. ReadMe updated to reflect these changes.