HeloiseS / atlasapiclient

1 stars 0 forks source link

Refactor client into single class #2

Open jackleland opened 3 months ago

jackleland commented 3 months ago

The client code is made up of lots of classes that do a single thing with underlying core functionality. I reckon this is probably better organised as a single Client class with different methods, one for each of the different data types that should be returned.

jackleland commented 1 month ago

This is now the priority, this can be approached with the following two steps: