commit | 6388051b0ab4b4f709c47a6b5353637d7a080532 | [log] [tgz] |
---|---|---|
author | Artsiom Mitrokhin <[email protected]> | Wed Apr 26 15:56:24 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 26 15:56:24 2023 |
tree | 5eb0508a82f503c8ece1aaf911633fbb8cbb3500 | |
parent | a5b51832d3ca5ce2f138fbccfa3804f5619a5b54 [diff] |
Add request/response logic for fetching course work items Requested and parsed fields are: id, title, state, alternateLink. Parsing due date deserves to be in a separate CL since in comes in seven separate fields (year, month, day, hours, minutes, seconds, nanos). https://developers.google.com/ classroom/reference/rest/v1/courses.courseWork classroom/reference/rest/v1/courses.courseWork/list Bug: b/279209325 Change-Id: I0ed9bdc97d15dbd7ad7b817f01ec555cd0b57dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4458018 Reviewed-by: Toni Barzic <[email protected]> Code-Coverage: Findit <[email protected]> Reviewed-by: David Roger <[email protected]> Commit-Queue: Artsiom Mitrokhin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1135937}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.