Skip to content
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 Shared Interfaces and Data Parsing for Github Activity #59

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

henit-chobisa
Copy link
Contributor

@henit-chobisa henit-chobisa commented Mar 1, 2023

Additions

Added Separate Interface IGithubActivity as a type for fetched Github Activity Data, along with some auxiliary interfaces such as IGithubComment & IGithubPullRequest, also added a parser for parsing raw data into IGithubActivity Interface and return it.

Acceptance Criteria fulfillment

  • Implement IGithubAcitivity Interface, wtih IGithubComment & IGithubPullRequest
  • Make a parser that takes raw JSON data and parse it to IGithubActivity Interface.
  • Modify fetching Github Activity and return List of IGithubActivity

Adds up to #57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant