-
Notifications
You must be signed in to change notification settings - Fork 29
Daniel Boyce Feat/lesson 23/api intro adds endpoints get post and deleting media items in class #742
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
Boyce007
wants to merge
44
commits into
code-differently:main
Choose a base branch
from
Boyce007:feat/lesson-23/api-intro
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Daniel Boyce Feat/lesson 23/api intro adds endpoints get post and deleting media items in class #742
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
0b682e4
feat:adds custom folder and file
Boyce007 f9f5016
feat:adds divs
Boyce007 37263e7
feat:adds html and css for tab component
Boyce007 a6a3a5e
feat:adds logic to get working tabs
Boyce007 2f7102e
feat:adds accordian component
Boyce007 8709500
feat:adds images to new image folder
Boyce007 4195800
feat:adds images image list
Boyce007 e01a89b
feat:adds tic tac to board
Boyce007 807a3e4
feat:adds indices for tic tac toe blocks
Boyce007 f66003c
feat:adds restart button along with player turn text
Boyce007 b3f12a1
feat:adds code to handle selections
Boyce007 6bbf2ce
fix:adds comma to fix bug
Boyce007 178a38c
fix:updates query selector to acces text content
Boyce007 25d0967
refactor:moves strech assignment to sub folder of base assignment
Boyce007 6514aaa
feat:adds images to photo gallery
Boyce007 167f9a0
feat:adds scrolling functionality to photo gallery
Boyce007 e178194
feat:adds scrolling backwards functionality
Boyce007 2ed70c0
fix:re adds tic tac toe html
Boyce007 3113f17
fix:readds tic tac toe css and javascript
Boyce007 affa060
feat:adds draw functionality to game
Boyce007 e53f7c8
refactor:changed imports of images to match ifle restructure
Boyce007 79a525a
Merge branch 'main' of https://github.com/Boyce007/code-society-25-2 …
Boyce007 19f1797
feat:adds method to get media items by id using pathvaraibles and add…
Boyce007 cc07b57
feat:adds converts media item object to response item
Boyce007 3102a66
feat:tests pass with simple response entity returned
Boyce007 ba22981
chore:uncomments code to get media items by id
Boyce007 3581d25
feat:adds proper respone entites when get item is not found
Boyce007 86a7547
feat:adds method to add a new media item to the library
Boyce007 d605426
fix:changes endpoint form items to /items to match with tests and add…
Boyce007 65d5f1b
feat:changes response entity from not found to bad request to match t…
Boyce007 7b2160f
fix:chages response body to media items requests and and uses the sta…
Boyce007 889df7d
feat:adds method to get media items by id using pathvaraibles and add…
Boyce007 ab383c4
feat:adds converts media item object to response item
Boyce007 ed40e1b
feat:tests pass with simple response entity returned
Boyce007 eb6f35e
chore:uncomments code to get media items by id
Boyce007 5ababd7
fix:fixes issue where extra files are added
Boyce007 16f1484
feat:adds proper respone entites when get item is not found
Boyce007 e58946e
feat:adds method to add a new media item to the library
Boyce007 87e8222
fix:changes endpoint form items to /items to match with tests and add…
Boyce007 46fb984
fix:removes uncessary files
Boyce007 486d8db
feat:adds create media item request to parameters with check if the i…
Boyce007 2cc98b4
feat:adds method body to delete item
Boyce007 e1848cc
feat:adds logic to delete item from
Boyce007 910b9ac
chore: spotless apply
Boyce007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line break