dwellir-public / rpc-endpoint-db-operator

Manages API endpoint data collection
Apache License 2.0
1 stars 0 forks source link

[db_json_util] Move API export to a function #9

Closed jakobilobi closed 1 year ago

jakobilobi commented 1 year ago

Task: move the API export code to its own function instead of having the implementation in main(). Similar was done for the API import code in this commit, which can be referred to for an example.