Skip to content

Commit

Permalink
htww2 grammar updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulredd committed Dec 13, 2024
1 parent c2793e2 commit df1f516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module2/lessons/how_the_web_works_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ When thinking about the role that APIs play in our web applications, they are an
- **Rate Limiting:** Many APIs restrict the number of requests you can make in a given time period.
- **Cost:** Some APIs charge for usage, which can become expensive as your application scales.
- **Versioning Issues:** API providers may update their services, potentially breaking your integration if you don't keep up.
- **Limited Conrol:** You're bound by the API's functionality and can't easily modify it to suit your specific needs.
- **Limited Control:** You're bound by the API's functionality and can't easily modify it to suit your specific needs.
</section>
## Additional Postman Practice
Expand Down

0 comments on commit df1f516

Please sign in to comment.