-
Notifications
You must be signed in to change notification settings - Fork 64
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
Added docs for 8 endpoints and fixed 3 of them #468
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks a lot! This is a lot of really nice improvements! <3
I'm done adding new stuff to this PR, just fixes if you guys see anything. 😉 |
So any change of more reviews? I'm still here for comments. |
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.
Only one comment, but doesn't really matter.
Tests fails because cached test data (mock-data.json) has mismatch or invalid information. All tests passes after I removed all island.is records from the file or total of 18 items. |
New documentation for following endpoints:
/calendar
/carparks
/cinema
/declension
/golf
/isbolti
/isnic
/names
Fixed following endpoints:
/cinema
Source html changed and theater page removed/declension
Source html attribute changed/names
$(this)
not working in an arrow function`Improved following endpoints:
/cinema
Added theater metadata/carparks
Added opening hours/names
Added more options like get all names or get all declined namesMake docs for other endpoints more consistant.