Skip to content

Conversation

@denisseai
Copy link

Assignment Submission: Slack CLI

Congratulations! You're submitting your assignment. Please reflect on the assignment with these questions.

Reflection

Question Answer
How did you go about exploring the Slack API? Did you learn anything that would be useful for your next project involving an API? Read the documentation for the endpoints to be able to used postman and verify a request.
Give a short summary of the request/response cycle. Where does your program fit into that scheme? The program makes requests to slack and builds on that json data.
How does your program check for and handle errors when using the Slack API? We raise a SlackAPIError if a non-successful response code occurs.
How did the design and organization of your project change over time? It didn't change much because I based it on the provided design activity.
Did you use any of the inheritance idioms we've talked about in class? How? The classes of user and channel inherit from recipient.
How does VCR aid in testing a program that uses an API? It helped to avoid repeating requests every time tests were run.

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