microsoft / InventorySample

Sample UWP application for LOB scenarios
MIT License
591 stars 199 forks source link

How to use "WebAPI" instead of using local db or sql server? #69

Open kindsr opened 3 years ago

kindsr commented 3 years ago

I appreciate this sample and am trying to use a web api (Http). Therefore, I added Inventory.Http project in Library folder that is modified the source code from RiotSharp (https://github.com/BenFradet/RiotSharp). I would like to know how to call the http request in this sample. Please help me. Thanks.