Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 437e4a1

Browse files
authored
Update README.md
Removing reference to Postman
1 parent 39074a5 commit 437e4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ dotnet run
141141
Now listening on: https://localhost:5001
142142
```
143143

144-
Using a REST Client (like [Insomnia](https://insomnia.rest/), [Postman](https://www.getpostman.com/) or curl), you can now call your API, for example:
144+
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:
145145

146146
```bash
147147
curl -s -k -H "fromVersion: 0" --url https://localhost:5001/trainingsession/sync

0 commit comments

Comments
 (0)