question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Is there an API endpoint to get the binary download URLs?

See original GitHub issue

For projects managing the binaries separately, is there an endpoint or something like that to get the URL of latest binary?

We can build download URLs like https://playwright.azureedge.net/builds/{browser}/{version}/{browser}-{os}.zip BUT A. not sure if this is a reliable approach B. there is no automated way to get the latest version number (without having to install the latest playwright package or use unpkg.com)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
pavelfeldmancommented, Nov 19, 2020

Ok then, if Docker solves it for you, closing this!

0reactions
VaasRamsaycommented, Nov 11, 2020

@mxschmitt Thanks, I’ll try it out. It could be tricky with the current xenial image I’m using but will work around it. Thanks for the tip about tag version matching. @pavelfeldman I’m setting these binaries up for Playwright. There are some caveats with my current project setup so traditional npm i playwright -> downloads binaries doesn’t work for me. Hence, the question about downloading the relevant binaries during runtime. As Max suggested, I can somehow work around with the docker image as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Working with binary media types for REST APIs
In API Gateway, the API request and response have a text or binary payload. ... By adding image/webp to the binaryMediaTypes list, the...
Read more >
AWS API Gateway: pass through file download as binary
First of all, on some pictures I am able to see the ARN of your API Gateway, which means that I can call...
Read more >
Is there a better rest endpoint for downloading file contents?
1 Answer. Save this answer. Show activity on this post. To get a blob (binary data), you can use the SObject Blob Retrieve...
Read more >
HTTP get download file - Power Platform Community - Microsoft
Solved: Hi I have a service that provides an API where I can download files with at HTTP GET command and basic auth....
Read more >
Solved: Download file using REST API - ServiceNow Community
APIs are only used to retrieve the data from the instance. It will not download the attachment directly, using API you can get...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found