Code Monkey home page Code Monkey logo

Comments (9)

kkkrist avatar kkkrist commented on May 29, 2024

@woolyss Hey Jerry, could you add those on the API endpoint? The extension should pick them up automatically once you did.

from chromium-notifier.

woolyss avatar woolyss commented on May 29, 2024

Hello guys,
There is the link to the release of "The Chromium Authors"... but not about the AlexFrick release because he currently does not use our API :/

from chromium-notifier.

kkkrist avatar kkkrist commented on May 29, 2024

Ok. I'll look into integrating it via the GitHub API. Might take a while until I find the time though.

from chromium-notifier.

mvicari avatar mvicari commented on May 29, 2024

@Alex313031 is this something you might be able to look into/incorporate?

from chromium-notifier.

Alex313031 avatar Alex313031 commented on May 29, 2024

@woolyss @mvicari Hey, Jerry, I honestly just didn't know what to do with the information given when you emailed me about using your API. I would be perfectly fine using your API so that it would show the version and link directly to files instead of "Binaries". Just need someone to guide me through like a baby on what to do, and how to update when I make new releases.

I'm dumb when it comes to that stuff. I have a very unique set of skills in development. I work on Chromium, ChromiumOS, and bash scripts/python scripts. I know close to nothing about web stuff. I know a decent amount about web technologies, like what they do, but not how to actually implement them. For example, the most I've done with web dev is make a text website with a picture, background, and button to change the background lol. So when you gave me this link in email > https://chromium.woolyss.com/upload/info.php I didn't know what to do with it. Are get and post requests something I can do right in bash? Please swaddle my ignorant ass in your webmaster blanket lol.

from chromium-notifier.

kkkrist avatar kkkrist commented on May 29, 2024

Are get and post requests something I can do right in bash? Please swaddle my ignorant ass in your webmaster blanket lol.

I don't know anything about this specific API, but you'd need something like curl to call REST APIs from a bash script :-)

Here's an example for a POST call to a json-based API:

$ curl -X POST https://api.tld/endpoint -H 'Content-Type: application/json' -d '{"key1":"value1","key2":"value2"}'

from chromium-notifier.

kkkrist avatar kkkrist commented on May 29, 2024

@Alex313031 Is using the Woolyss API something you still want to do?

I've looked into tracking your releases via the GitHub API, but I don't think this would be very robust given how things currently work.

We'd need to filter out the right releases by grepping the release name (title) and/or body for keywords (e.g. "M1"). Changing the naming scheme could easily break the updater.

Additionally, I'd need to rewrite the data fetching logic to make it possible to only fetch from the GitHub API if the user has actually chosen to track your builds. This extension is basically in maintenance mode, so I'm not overly keen on touching it ;-)

from chromium-notifier.

github-actions avatar github-actions commented on May 29, 2024

This issue has been open 60 days with no activity and will be auto-closed within 7 days should no further activity occur.

from chromium-notifier.

github-actions avatar github-actions commented on May 29, 2024

This issue is now being auto-closed. Feel free to re-open if you can contribute anything new to the matter.

from chromium-notifier.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.