-
Notifications
You must be signed in to change notification settings - Fork 551
Added "Meetup.com" provider #220
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2feeb48
First working version of Meetup provider
dance2die c3ee580
Removed commented-out code and an unused using reference
dance2die a3447be
Mapped all user's claim options
dance2die 7037b3c
Added Meetup provider to the solution
dance2die 42e771c
Updated indentation as suggested by "kinosang" on https://github.com/…
dance2die 522fb33
Fixed indentation as suggested by kinosang on #220
dance2die 8648b81
Introduced a ClaimType static constant class "MeetupClaimTypes" as su…
dance2die f15cb87
Updated Meetup package author & company in the package (I have forgot…
dance2die 1d66b8f
Migrate to the latest KoreBuild version
kevinchalet cb903be
First working version of Meetup provider
dance2die eef1c57
Removed commented-out code and an unused using reference
dance2die e8a00a2
Mapped all user's claim options
dance2die 4d32726
Added Meetup provider to the solution
dance2die f3a1c26
Updated indentation as suggested by "kinosang" on https://github.com/…
dance2die 8f6c909
Fixed indentation as suggested by kinosang on #220
dance2die 79d08a8
Introduced a ClaimType static constant class "MeetupClaimTypes" as su…
dance2die 7fe7f1b
Updated Meetup package author & company in the package (I have forgot…
dance2die ddf0259
Took remote solution
dance2die 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
Updated indentation as suggested by "kinosang" on #220 (comment)
- Loading branch information
commit f3a1c2673e8c7c71af8d9d11a5ae4b8bfebe9101
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
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.
See #216, it introduces
ClaimTypesconstants for the claims.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.
OK, let me refer to the #216