aschitnis / my-projects

All personal projects in C#
0 stars 0 forks source link

Socket-Server: Track WebAPI request Limits #20

Open aschitnis opened 3 years ago

aschitnis commented 3 years ago

Since we have registered for a freeplan, we are limited to 5000 data-requests per month. The Server should keep track of it before it issues a request to the webApi.

  1. Save the request count in a variable under Project.Settings.
  2. Update the variable after each successful request.
  3. Check the value in the variable before making a request.
  4. If a limit is reached, the Server should inform the Clients .