srikanthlogic / google-play-api

Turns google-play-scraper into a RESTful API
https://deta.space/discovery/@cashlessconsumer/googleplayapi
MIT License
1 stars 0 forks source link

Add new endpoint for fetching data from lists #39

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds a new endpoint to the Express router in the lib/index.js file. The new endpoint /lists/ allows clients to fetch data from lists based on the category and collection query parameters.

Summary of Changes

Please review and merge this PR. Thank you!

Fixes #37.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 1 year ago

GitHub actions yielded the following error.

The command that failed is flyctl deploy. Here are the relevant lines from the logs:

WARN failed to acquire lease: failed to get lease on VM 5683d611b737e8: machine ID 5683d611b737e8 lease currently held by signup-fly@cashlessconsumer.in, expires at 2023-09-19T12:11:06Z
Error: error acquiring leases on all machines
##[error]Process completed with exit code 1.

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.