danitseitlin / redis-cloud-api-sdk

Redis Cloud API SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Database APIs] Move all core code of database api related functions to seperate file.

danitseitlin opened this issue · comments

Reference to existing PR
What needs to be done:

  1. Copy all functions as is into a file called databases.ts, with a constructor that receives an Axios instance (client)
  2. Update all usages in the database api related functions to use the ones from the new file.