Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve got a web API that provides data to users without authentication (the website lets users post data, after they\'ve logged in using traditional cookies & sessions). Someone wants to develop a
Ok, I wanting to database a small library. I\'ve only had limited experience with databases, and none with querying from a webserver.
I\'ve got a list of 6,000 company names (along with their headquarters address) 开发者_Go百科and I need to find the web address for each of them. I\'m considering using the Google Web API (obviously t
My aspnetcore web api side is [ApiController] [Route("api/[controller]")] public class SoundController : ControllerBase