Skip to content

Commit

Permalink
Merge pull request #2 from MashaMSFT/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
abhimantiwari authored Aug 6, 2024
2 parents 0927835 + ff18200 commit 0db14e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Http Functions:
todo: [GET,PUT,PATCH,DELETE] http://localhost:7071/api/todo/{id:int?}
```

Using a REST Client (like [Insomnia](https://insomnia.rest/), [Postman](https://www.getpostman.com/) or curl), you can now call your API, for example:
Using a REST Client (such as [Visual Studio](https://learn.microsoft.com/aspnet/core/test/http-files), [Insomnia](https://insomnia.rest/), [Curl](https://curl.se/docs/httpscripting.html) or PowerShell's [Invoke-RestMethod](https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-restmethod)), you can now call your API, for example:

```bash
curl -X GET http://localhost:7071/api/todo
Expand Down

0 comments on commit 0db14e5

Please sign in to comment.