Skip to content

justinyng/dot-net-core-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-net-core-web-api

To test

  1. cd to TodoApi folder
  2. ctrl+F5 to run app in VS code
  3. In separate terminal, use httprepl for testing and replace <INSERT_YOUR_PORT_NUMBER>: httprepl https://localhost:<INSERT_YOUR_PORT_NUMBER>/api/todoitems
  4. Test post: post -h Content-Type=application/json -c "{"name":"walk dog","isComplete":true}"
  5. Test get:
    get
    connect https://localhost:<INSERT_YOUR_PORT_NUMBER>/api/todoitems/1
    get
    

Releases

No releases published

Packages

No packages published

Languages