You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current process only looks for packages and then files within packages. For large repos the package retrieval can take a long time (we have hundreds of versions) and then the package file list never returns (error from bintray). Alternative approach would be to parse the versions within a package and request file list per version per package.
Sadly my Kotlin is non-existent otherwise would try to provide a Pull Request.
The current process only looks for packages and then files within packages. For large repos the package retrieval can take a long time (we have hundreds of versions) and then the package file list never returns (error from bintray). Alternative approach would be to parse the versions within a package and request file list per version per package.
Sadly my Kotlin is non-existent otherwise would try to provide a Pull Request.
https://bintray.com/docs/api/#_get_package
https://bintray.com/docs/api/#_get_version_files
i.e.
The text was updated successfully, but these errors were encountered: