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

Add User Domain Model that Maps Soundcloud API response. #5

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

PrismaPhonic
Copy link
Member

This PR adds a User domain model, which is a subset of Soundcloud's API response. It also includes a unit test to show that we are correctly translating a mock soundcloud api response from it's /me resource into our subset model.

Fixes #2

@PrismaPhonic PrismaPhonic mentioned this pull request Apr 13, 2020
1 task
Copy link
Member

@kaedub kaedub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@kaedub kaedub merged commit c370018 into master Apr 13, 2020
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.

User Domain Model
2 participants