Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged rest

0 votes
1.0k views
1 answer
    How would you go about creating a restful web service using Meteor. I would like to create apps in ... Can Meteor solve this problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to send a "GET" request to a remote REST API from Command Prompt via cURL like this: curl -X ... about POST requests not about GET. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In my knowledge, the RESTful WCF still has ".svc" in its URL. For example, if the service interface is like [ ... .svc" host in the access URI? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I've installed Firefox RESTclient add-on but , I'm having hard time figuring out how to pass POST parameters. Is ... REST API on Mac OS X ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    The Wikipedia entry on HTTP lists the following HTTP request methods: HEAD: Asks for the response identical to the ... that would be great too! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
995 views
1 answer
    I was wondering if it's acceptable to put custom data in an HTTP authorization header. We're designing a RESTful ... is a hash of query string. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm developing a REST API service for a large social networking website I'm involved in. So far, it's ... 30 results would only be returned. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
923 views
1 answer
    Consider we have an api endpoint (ex: REST) and a react web app to connect it This is what I do for ... out of the specific web app ) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Our REST APIs are returning results in Pages. Here is an example of one Controller @RequestMapping(value = ... information Thank you in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    How can I get a REST client (such as the one built into PHPStorm or POSTman) to work with XDebug? In my ... how to get it started. Cheers. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am writing a RESTful service for a customer management system and I am trying to find the best practice ... customerId=123 GET /customer/count See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In RESTful style programming, we should use HTTP methods as our building blocks. I'm a little confused though ... one with Create and Update? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Certain APIs in my project can only be accessed via OAuth 2.0 using an encoded format. I am able to ... .ver02.geicenter.com/uaa/oauth/token See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Using Spring Data REST with JPA in version 2.0.2.RELEASE. How can I disable Hypertext Application Language (HAL) in ... 1/sector" } } } Thanks for your help. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
949 views
1 answer
    I heard that a "RESTful API should be stateless. All state info should be kept on client side". But when I ... here: Is this login logic via RESTful call sound? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to make my RESTful API very predictable. What is the best practice for deciding when to make a ... thumb on knowing when to use path params? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to set the value of the Accept: in a request I am making using Spring's RestTemplate. Here is my Spring ... GET,POST, ... ) when I use RestTemplate? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    This is more of a general question about the difference between text/xml and application/xml. I am fairly new ... when would you use it over application/xml? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm building a server that allows clients to store objects. Those objects are fully constructed at client side, ... should I return some error code (which)? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I would like to set the connection timeouts for a rest service used by my web application. I'm using Spring's ... as to what I'm doing wrong? Many thanks. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm building a web service and have a node that accepts a POST to create a new resource. The resource expects one ... s always a bit iffy from what I can tell. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    With Spring 3.0, can I have an optional path variable? For example @RequestMapping(value = "/json/{type}", ... type=abc&track=aa or /json?track=rr will work Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Closed. This question is opinion-based. It is not currently accepting answers. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
948 views
1 answer
    I am going to make a RESTful call in Java. However, I don't know how to make the call. Do I need to use the URLConnection or others? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
961 views
1 answer
    I have a RESTful API that I have exposed using an implementation of Elasticsearch on an EC2 instance to index a corpus ... ? Do I pass as a header or otherwise? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Below is the code snippet; basically, I am trying to propagate the exception when the error code is anything other ... What would then be the purpose of codes? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I've been using Postman Chrome extension to test out my API and would like to send an array of IDs via post. Is ... Postman? { user_ids: ["1234", "5678"] } Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to figure out what the correct status code to return on different scenarios with a "REST-like" API ... doesn't contain all of the required fields. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...