Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Add Write endpoint for Courses #101

Closed
wants to merge 1 commit into from
Closed

Add Write endpoint for Courses #101

wants to merge 1 commit into from

Conversation

zkagin
Copy link
Collaborator

@zkagin zkagin commented Sep 3, 2020

Depends on #98
Fixes #86

Adds the first sync endpoint, for Courses. Note that this doesn't handle errors or batching, which will come in the next PR so that the code can be shared with the existing batching code.

A few things are renamed to match the endpoint more accurately.

@zkagin zkagin requested a review from dchess September 3, 2020 03:21
@zkagin zkagin force-pushed the write_new_courses branch 2 times, most recently from 068bc30 to fb49f44 Compare September 24, 2020 01:18
Base automatically changed from identify_changes_to_be_made to main September 30, 2020 14:56
google_classroom/sync_files/courses_sample.csv Outdated Show resolved Hide resolved
google_classroom/endpoints/base.py Show resolved Hide resolved
google_classroom/endpoints/base.py Outdated Show resolved Hide resolved
@dchess
Copy link
Collaborator

dchess commented Oct 8, 2020

@zkagin Can you rebase or resolve the merge conflicts?

@zkagin
Copy link
Collaborator Author

zkagin commented Oct 15, 2020

@dchess Ready for your review.

@dchess
Copy link
Collaborator

dchess commented Dec 16, 2020

@zkagin This looks good to me. I'm going look through the other related PRs. How should I proceed? Should I merge each into this one and then merge to main or is it worth rebasing each as we go?

@zkagin
Copy link
Collaborator Author

zkagin commented Dec 17, 2020

@dchess Great! I generally like to merge them one-by-one, mostly because merging one giant PR makes me nervous, and this allows us to more easily squash and then preserve commits. Everything has been rebased right now and should merge cleanly, but whenever you merge I'll go ahead and rebase each one to update it as well.

@dchess dchess closed this Aug 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build First Write Endpoint For Courses
2 participants