Web service differences between REST and RPC
I have a web service that accepts JSON parameters and have specific URLs for methods, e.g.: http://IP:PORT/API/getAllData?p={JSON} This is definitely not REST as … Read more
I have a web service that accepts JSON parameters and have specific URLs for methods, e.g.: http://IP:PORT/API/getAllData?p={JSON} This is definitely not REST as … Read more
Overview I’m looking to create a (REST) API for my application. The initial/primary purpose will be for consumption by mobile apps (iPhone, Android, … Read more
I’m wondering whether to use matrix or query parameters in my URLs. I found an older discussion to that topic not satisfying. Examples … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
I am trying to set up a large-scale REST services server. We’re using Spring Boot 1.2.1 Spring 4.1.5, and Java 8. Our controllers … Read more
I want to serialize a model, but want to include an additional field that requires doing some database lookups on the model instance … Read more
I am trying to define some endpoints and do a test using nodejs. In server.js I have: var express = require(‘express’); var func1 … Read more
I am creating a REST api, closely following apigee suggestions, using nouns not verbs, api version baked into the url, two api paths … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
What is the difference between OData and REST-ful web services? 8 Answers 8