Skip to content

Commit 439e8f9

Browse files
Update Wave 4 doc
1 parent e7b9b73 commit 439e8f9

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

ada-project-docs/wave_04.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,18 +173,13 @@ This feature should not affect other features in other waves, nor should it affe
173173

174174
### Requirement: Intentional Slackbot Token Location
175175

176-
Our Slackbot token is an API key that needs to be protected.
177-
178-
Include your Slackbot token in your code in an intentional way, following best practices about API keys in code bases.
176+
Our Slackbot token is an API key that needs to be protected. Include your Slackbot token in your code in an intentional way, following best practices about API keys in code bases.
179177

180178
### Requirement: Use Python package `requests` to make HTTP calls
181179

182-
Remember to import this package
183-
184-
Consider using the keyword argument `data`, `json`, and/or `headers`
180+
Remember to import the `requests` package. Consider using the keyword argument `data`, `json`, and/or `headers`.
185181

186182
#### Tips
187-
- Remember to put your Slackbot token in your code in an intentional way, following best practices about API keys in code bases.
188183
- In order to get the value of an environment variable, use `os.environ.get()`, just as we used it for the database configuration.
189184
- Use your work from the Slack API documentation, the Slack tester, and Postman to guide your implementation.
190185

0 commit comments

Comments
 (0)