Nickwang3 / EE461LProject

0 stars 0 forks source link

Implemented singleton pattern for ApiService #97

Closed Nickwang3 closed 4 years ago

Nickwang3 commented 4 years ago

Keeps track of total number of requests and limits api calls if rate has been exceeded (10,000 requests per session). Single Api Service instance is shared by all components that utilize the ApiService class.