0

I'm new in working with api and i want to create windows service to call the some api like
https://jsonplaceholder.typicode.com/todos/ and get the record with id of 1
what is the best way to do that?

milad
  • 79
  • 10

1 Answers1

0

My Suggestion is use Http Client Requests and Response. Here is the reference How to call Web API from Http Client How do I make calls to a REST API using C#?

Itachi Uchiha
  • 307
  • 4
  • 9