LoginRadius / lr-cli

lr is LoginRadius on the command line. You can perform basic actions of your LoginRadius Dashboard through command line. The actions includes login, register, logout, email configuration, domain whitelisting etc.
MIT License
11 stars 12 forks source link

Implement proper caching mechanism for the API Calls #61

Open mohammed786 opened 3 years ago

mohammed786 commented 3 years ago

Currently, the API calls from the CLI is not cached hence it is delayed in returning the same response in case of GET api calls, need to implement the proper caching mechanism which can reduce the API calls and return the data directly from the cache.

I am open to the discussion if someone is interested to work on this problem.

Thanks

Sampriti-Mitra commented 3 years ago

@mohammed786 is this still open?

mohammed786 commented 3 years ago

HI @Sampriti-Mitra

Thanks for showing an interest in LoginRadius CLI. Issue assigned to you, please follow the contribution guidelines before submitting the PR.

Cheers!!