https://github.com/facundoolano/google-play-scraper
Revision 2fa6157d833bc57223c63beb5123cdb3f336172d authored by Nick Krantz on 14 February 2024, 19:12:05 UTC, committed by GitHub on 14 February 2024, 19:12:05 UTC
1 parent 394686a
Raw File
Tip revision: 2fa6157d833bc57223c63beb5123cdb3f336172d authored by Nick Krantz on 14 February 2024, 19:12:05 UTC
update `IReviewsResult` to have `data` attribute rather than `reviews` (#674)
Tip revision: 2fa6157
.editorconfig
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false
back to top