Skip to content

Expand Chapter 13 to align with lecture content and quiz (wire formats, schemas, REST/SOAP, etc.) #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

talosgl
Copy link
Contributor

@talosgl talosgl commented Jun 23, 2025

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:

  • Adds introductory explanations for wire formats, serialization, and deserialization
  • Introduces schemas (XSD, JSON Schema) and their role in validation
  • Adds comparison of SOAP vs. REST architectural styles
  • Adds glossary entries for new terminology (e.g. wire format schema, serialization)
  • Adjusts flow of "Application Programming Interfaces" section for clarity
  • Adds a sentence on Google API rate limits and Twitter OAuth, as these are referenced in the quiz
  • Includes a link to the Roy Fielding REST interview used in Coursera, for quiz context (separate commit in case this was too far)

The changes aim to keep the chapter concise and readable while filling in gaps between text, video, and quiz content.

talosgl added 2 commits June 23, 2025 16:07
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant