Expand Chapter 13 to align with lecture content and quiz (wire formats, schemas, REST/SOAP, etc.)#463
Open
talosgl wants to merge 2 commits intocsev:masterfrom
Open
Expand Chapter 13 to align with lecture content and quiz (wire formats, schemas, REST/SOAP, etc.)#463talosgl wants to merge 2 commits intocsev:masterfrom
talosgl wants to merge 2 commits intocsev:masterfrom
Conversation
- Add sections explaining wire formats, serialization/deserialization - Clarify JSON/XML differences and their Python equivalents - Add notes on REST, SOAP, OAuth, and Google rate limits to match quiz topics - Add glossary entries for wire format, schema, serialization, and related terms - Minor wording and clarity fixes throughout
…in Coursera version and quiz) to the Web Services lesson page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR expands Chapter 13 of the book to clarify and contextualize concepts mentioned in the video lectures and quizzes linked to on the lesson page. Key changes:
The changes aim to keep the chapter concise and readable while filling in gaps between text, video, and quiz content.