AadityaNair / AadityaNair/ProjectNephos

Batch requests.

オープン
#7 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
optimisation
主要言語
Python
スター
3
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

Currently we make a single request for each of them. We should use the batching feature that is available.
https://developers.google.com/resources/api-libraries/documentation/drive/v3/python/latest/index.html#new_batch_http_request

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

The issue references the Google Drive API v3 batch request feature. Look for code making individual Drive API calls, likely in upload or sync modules. Start by reading the linked Google API documentation to understand batch request structure. Then identify where sequential requests are made and refactor to use the batch HTTP request method. Test that the batch operation maintains the same functionality and error handling.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
api, backend
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。