Move functions into new HopperClient struct #10

Merged
mars merged 1 commits from HopperClient-rewrite into main 2022-09-06 05:12:07 +00:00
Member

I've taken the functions that do API calls and also the config data and moved them into the new separate HopperClient struct. That way as suggested we can have them all in one place

I've taken the functions that do API calls and also the config data and moved them into the new separate HopperClient struct. That way as suggested we can have them all in one place
spookdot added 1 commit 2022-08-25 18:29:07 +00:00
mars requested review from mars 2022-08-28 05:24:51 +00:00
mars approved these changes 2022-09-06 05:12:03 +00:00
mars left a comment
Owner

Wonderful job, thank you! This may require some refactoring in the future to get rid of the copies of the config, but it's not necessary at all right now since the config structs carry basically no data.

Wonderful job, thank you! This may require some refactoring in the future to get rid of the copies of the config, but it's not necessary at all right now since the config structs carry basically no data.
mars merged commit 12cda62da0 into main 2022-09-06 05:12:07 +00:00
mars deleted branch HopperClient-rewrite 2022-09-06 05:12:13 +00:00
Sign in to join this conversation.
No description provided.