Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodingTrain/Intro-to-Data-APIs-JS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: missing-code-example
Choose a base ref
...
head repository: CodingTrain/Intro-to-Data-APIs-JS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: source
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 66 files changed
  • 3 contributors

Commits on Jul 11, 2022

  1. 2.1 hosting static files

    dipamsen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    380d7ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from CodingTrain/missing-code-example

    Adding missing code examples (Module 1)
    shiffman authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    5270bc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. create module examples

    dipamsen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    653f532 View commit details
    Browse the repository at this point in the history
  2. add examples for 2.5 2.6

    dipamsen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c2f1ae3 View commit details
    Browse the repository at this point in the history
  3. add exercise - saving files

    dipamsen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b787620 View commit details
    Browse the repository at this point in the history
  4. add links to readme

    dipamsen committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    6a0a5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afc5ec3 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    dipamsen authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e060817 View commit details
    Browse the repository at this point in the history
  7. Update package.json

    dipamsen authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a611ddb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Merge pull request #67 from CodingTrain/examples-module2

    Add Missing Code Examples (Module 2)
    shiffman authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9e58749 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Update README.md: changing Body reference

    "Body - Web APIs" refers to a non-existent page. 
    
    The current link is: https://developer.mozilla.org/en-US/docs/Web/API/Body , which is not found in Mozilla website.
    
    So, I'm suggesting to change it to the "Response" reference that contains "Response.body" reference and relevant information for viewers, also it fits with what is said in the video(https://youtu.be/tc8DU14qX6I&t=210). Viewers can learn about "Response" and "Response.body" on the new link.
    khajimatov authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b31d184 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Merge pull request #68 from khajimatov/source

    Update README.md: changing Body reference
    shiffman authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6cdbe8a View commit details
    Browse the repository at this point in the history
Loading