Relative Content

Tag Archive for web-api

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

Web API Development and SVN [duplicate]

This question already has answers here: To branch or not to branch? (13 answers) Closed 10 years ago. We are planning to develop a ASP.NET Web API project starting soon. For source control we use svn. We typically follow the pattern of the trunk being stable and doing all of our work in the branches. […]

How to model api error type with errorCode and parameters

I work on a spring kotlin backend which has an angular and a mobile frontend. We are currently working on error handling and we decided that the backend should return an error code, a general message (probably in english) and parameters for the frontends to build their own, localized messages.

Restful WebAPI VS Regular Controllers

I’m doing some R&D on what seems like a very confusing topic, I’ve also read quite a few of the other SO questions, but I feel my question might be unique enough to warrant me asking. We’ve never developed an app using pure WebAPI.