To API or not to API
January 7, 2012 11:14 AM Subscribe
Should my ASP .Net website have an API?
I have recently begun working on a web site project. The web is a new development environment at my job, so there is not a lot of experienced people to ask for advice. I had originally set up things where I had an API set up as a web service for all communication between the pages and the database. But, my manager has stated that they will not be supporting web services. My interpretation of this is that they currently do not know how to get a web service configured and do not have time to figure it out. So, what do I do. The quickest solution is to just convert the web service to a regular code file. Is there a solution that requires less configuration? Non web service API? Some other solution?
posted by anonymous to computers & internet (5 answers total)
posted by oh pollo! at 12:02 PM on January 7, 2012 [1 favorite]