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
686 views
1 answer
    For buiding restful API using Yii2, does anyone has good example on how to add a new action in a controller? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
423 views
1 answer
    I am new to web services. Please give suggestions how to insert and retrieve data from database using jersey JAX - RS in java? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    I'm thinking about the best way to create a cache layer in front or as first layer for GET requests to my ... about this topic, let me know. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am newbie in spring boot rest services. I have developed some rest api in spring boot using maven project. I ... me how to solve error. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
851 views
1 answer
    When building a RESTful API and a user provides an id of resource that does not exist, should you return 404 ... Where foobar does not exist. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I have a WCF service in C#. In the Service call client sends a city name. I want to convert the city name ... SDK or any REST Service will do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
753 views
1 answer
    I have a resources with uri /api/books/122 , if this resource doesn't exist at the point where a client sends ... ? Is it 404 Not Found? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
416 views
1 answer
    I have some web services that I am writing and I am trying to be as RESTful as possible. I am hosting ... to pass complex queries in REST? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I'm generally a fan of RESTful API design, but I'm unsure of how to apply REST principles for a validation API. ... a verb and not a noun. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
598 views
1 answer
    I'm creating a RESTful API for creating users that enforces unique email addresses: Successful POST /users: ... the appropriate response code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    My application has a resource at /foo. Normally, it is represented by an HTTP response payload like this: {"a ... kept until it is requested. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    I'm building a RESTful API using Zend Framework via the Zend_Rest_Route. For uploading of files, should I use PUT ... free to comment as well. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I need to invoke a process which doesn't require any input from the user, just a trigger. I plan to ... from both HTTP and REST perspectives? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
547 views
1 answer
    How do you send "commands" to a RESTful server? Use case: My server caches certain information so that it does ... send commands to the server? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    One of the Additional HTTP Status Codes (RFC6585) is 429 Too Many Requests Where can I find examples of HTTP ... with this HTTP response status? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
470 views
1 answer
    Suppose I write a REST service whose intent is to add a new data item to a system. I plan to ... (s) means. Recommendations? Interpretations? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    I want to support pagination in my RESTful API. My API method should return a JSON list of product via /products/index ... ": "Widget #3" } ] See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    I am trying to validate response body including errors in postman. How can I validate the response and text ... .publisherId === 10003; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I recently learned about withCredentials DSL thanks to an answer to this question. Having attempted to use @RamKamath's answer, ... ) } } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    @PostMapping(path="/login") public ResponseEntity<User> loginUser(@RequestBody Map<String, String> userData) throws ... /users/login" } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
643 views
1 answer
    I was having the hardest time trying to generate the OAuth2 token to integrate with the Bitly API v4. Their ... the Bitly shorten API request. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I have a Spring web application with CSRF protection enabled. I am able to access the RESTful service via AJAX calls, ... I get the CSRF token? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
564 views
1 answer
    I'm designing an API Rest service that allows the user to upload a file to the server. I'm thinking this is a ... this ok or is it bad design? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I know it's highly unrecommended, I know that it's an issue with performance, speed, etc, but it's for ... trigger Thanks a lot for everything!! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
553 views
1 answer
    I have an embedded elasticsearch using the elasticsearch-jetty project, and I need to setup to use tokenizers better ... I want to update it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I am new to Spring Boot. So far I am enjoying it. I have developed a demo SSL rest web server that ... ssl server? Best Regards, Steve Mansfield See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
689 views
1 answer
    I'm trying to make a POST request to my API and it works in Postman (I get a valid JSON object), but not ... ); } Still getting the same error! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    I have a function that makes a REST call to a service and returns a promise. lets call that function Execute( ... Very Much. New to Javascript. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...