Coder Social home page Coder Social logo

support for BatchHttpRequest about aiogoogle HOT 6 OPEN

omarryhan avatar omarryhan commented on May 20, 2024
support for BatchHttpRequest

from aiogoogle.

Comments (6)

omarryhan avatar omarryhan commented on May 20, 2024

Right now BatchHttpRequest is not implemented. The way I plan to do implement it is using the Request.batch_requests class method in the Request class.

It would look something like this:

resp1, resp2 = await aiogoogle.as_user(
  Request.batch_requests(
    youtube_v3.videos.search(q="first"),
    youtube_v3.videos.search(q="second")
  )
)

After implementing the batch_requests functionality, we must make the aiogoogle sessions understand the BatchRequest object that we just created. So, tweaking the send method will be necessary.

Updates:

  • Batch requests should have max 1000 requests per batch as per Google
  • None of the requests in a batch can use media upload as per Google

from aiogoogle.

omarryhan avatar omarryhan commented on May 20, 2024

I'm open to merging pull requests if you're up for the task @kshilov

from aiogoogle.

thehesiod avatar thehesiod commented on May 20, 2024

I ended up creating my own version of async google api that replaces the sync functionality in the core google apis, will close. I've been working to try to open source it, hopefully soon

from aiogoogle.

omarryhan avatar omarryhan commented on May 20, 2024

Cool, let's keep this issue open until we've landed this feature

from aiogoogle.

sumankn314e avatar sumankn314e commented on May 20, 2024

@omarryhan when can we expect this to be implemented? Since it's more than 3 years already

from aiogoogle.

omarryhan avatar omarryhan commented on May 20, 2024

Hey @sumankn314e I'm currently only maintaining the current features provided and I have no plans to add more features. However, I'd be happy to review your work and merge it in if you're interested in adding this feature

from aiogoogle.

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.