shellymutu-grigg / CSharp.Web.API

Repository to practice C# understanding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSharp.Web.API

To run application: httprepl https://localhost:1000/api/todoitems
To add a todoitem: post -h Content-Type=application/json -c "{"name":"walk dog","isComplete":true}"
To retrieve an item: get ${id}

About

Repository to practice C# understanding


Languages

Language:C# 100.0%