Skip to content

Conversation

@ChelseaC13
Copy link

No description provided.

@tildeee
Copy link

tildeee commented Apr 2, 2020

Great work on this assignment, Chelsea! Your reflection answers are great, and specific, and detailed and accurate!

It looks like from your peer review feedback, that you missed these topics:

  • Using the .env file for your Slack token
  • Testing API calls
  • Using instance methods and class methods

Those are topics that I think are important to review, so please please please let me know if you ever want to schedule time to talk through it! Also, if it's helpful, we can definitely make time to review your Slack CLI code in a 1:1.

That being said, your reflection answers show that you have understanding on the material, so it seems like just trying to follow the best practices is the next step. Again, let me know, and well done on this!


1. Describe a GET request that your project makes, and the high-level description of what it does
- Answer:
- Answer:I think unlike many of my classmates I call my get method in the initialize of workspace. This made sense to me at the time because one of the first things I wanted was a list of users and channels. To get that list I used a self.get method and pased in the url. This method uses HTTParty.get to get a response form slack. If the request is no good we raise an error.
Copy link

Choose a reason for hiding this comment

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

Just as a small comment: I think that this approach is valid and a totally great way to approach this project.

@ChelseaC13
Copy link
Author

ChelseaC13 commented Apr 6, 2020 via email

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.

3 participants