Skip to content

Commit

Permalink
restful-go: add resources for curl commands (#53)
Browse files Browse the repository at this point in the history
* restful-go: add resources for curl commands

Signed-off-by: Soypete <[email protected]>
  • Loading branch information
Soypete authored Sep 13, 2023
1 parent ebb8c9a commit ffaa85f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions restful-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ Here are some examples of tests for the above opensource frameworks.
- [Chi tests](https://go-chi.io/#/pages/testing)
- [Gin tests](https://gin-gonic.com/docs/testing/)
- [Fiber tests](https://docs.gofiber.io/api/app#test)

## Helpful links:

We will be using `curl` to test the functionality of our endpoints and servers. If you are unfamiliar with the `curl` syntax check out these resources:
- [Free code camp](https://www.freecodecamp.org/news/how-to-start-using-curl-and-why-a-hands-on-introduction-ea1c913caaaa/)
- [Curl docs](https://curl.se/docs/manual.html)

0 comments on commit ffaa85f

Please sign in to comment.