Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 356 Bytes

File metadata and controls

5 lines (5 loc) · 356 Bytes

PythonApiRequests

  • ------structure--------
  • api dir => infra => requests => api_requests base class that handles generic api requests that supports multiple scenarios and pagination which makes it flexible
  • api dir => infra => entities => each entity represent an entity resource that we can use in our requests
  • tests dir => tests out the functions