Thanks to visit codestin.com
Credit goes to github.com

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: DevStarlight/codingChallenge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DevStarlight/codingChallenge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 5 commits
  • 20 files changed
  • 2 contributors

Commits on Sep 5, 2018

  1. Project structure init

    Create an endpoint to list all the customers
    Create an endpoint to get a specific user
    Create an endpoint to save the user
    Create an endpoint to update a given user
    Create an endpoint to delete a given user
    DevStarlight committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    98a59f5 View commit details
    Browse the repository at this point in the history
  2. Setup v0.0.1:

    - Project structure init
    - Create an endpoint to list all the customers
    - Create an endpoint to get a specific user
    - Create an endpoint to save the user
    - Create an endpoint to update a given user
    - Create an endpoint to delete a given user
    DevStarlight committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    22579c3 View commit details
    Browse the repository at this point in the history
  3. Change readme to describe the project

    Add pagination to the endpoint
    DevStarlight committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    548f0b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    593eda3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from DevStarlight/addPagination

    Add pagination support
    DevStarlight authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    8e0f8b8 View commit details
    Browse the repository at this point in the history
Loading