Giter VIP home page Giter VIP logo

actionsflow's People

Contributors

yyolk avatar

Watchers

 avatar  avatar

actionsflow's Issues

Pocket Read Later Trigger

make a https://getpocket.com trigger

getpocket developer docs - retreive: https://getpocket.com/developer/docs/v3/retrieve

Best Practices

  • Retrieving Full List: Whenever possible, you should use the since parameter, or count and and offset parameters when > retrieving a user's list. After retrieving the list, you should store the current time (which is provided along with the list > response) and pass that in the next request for the list. This way the server only needs to return a small set (changes since that time) instead of the user's entire list every time.

  • 2023/11/27: Created https://github.com/yyolk/actionsflow-trigger-pocket to make this possible
  • 2023/11/28: After a lot of work to get a callable trigger from the node16 runtime, with pocket-typescript-sdk being ESM and there being es2018, es6, and probably others that i'm forgetting to a 1.0.0 release of yyolk/actionsflow-trigger-pocket, (without changing upstreams) it would still be necessary to inject NODE_OPTIONS=--experimental-fetch to the .github/workflow/actionsflow.yml Run Actionsflow step. ๐Ÿ˜… -- so I'm going to simplify it and forgo using an sdk to make a simple http request. there's still value in not using the builtin poll trigger, namely providing an accurate time delta for since param, and more in the future, as well as shaping the data appropriately and letting others use it

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.