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
801 views
1 answer
    I'm requesting an endpoint that creates a new resource and returns a 201 response containing a "Location" ... new HttpClient Angular API? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have Spring Data Rest with Hateoas as my backed. It is behind a proxy. Backend url: backend.com Proxy url: ... the domain to be proxy.com. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
609 views
1 answer
    I'm deciding how to organize URL and put locale into it. I have two choices: example.com/en/page example.com/ ... What are you using and why? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am new to Swagger. I am using Swagger UI to generate swagger documentation. I have two API calls. First ... for second call using Swagger UI? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
680 views
1 answer
    I'm setting up a Resource Server with Spring Boot and to secure the endpoints I'm using OAuth2 provided by ... TOOOO sensitive action"; } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am new to Spring Data REST project and I am trying to create my first RESTful service. The task is simple, ... (Application.class, args); } } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
970 views
1 answer
    I would like to format my Swagger API descriptions so that they are not simple paragraphs of text. Preferably, I'd ... wrong to render a table? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    I'm looking into a restful design and would like to use the HTTP methods (POST, GET, ...) and HTTP ... the network.http.accept.default key). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    Is there a better way in the new ASP.net MVC 4 WebApi to handle nested resources than setting up a special route ... this a way to achieve this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    I am writing a REST API for a service that will accept user contributed data. I would like to keep all ... data using REST in this manner. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    I'm creating a RESTful API that will process a number of user interactions, including placing orders using stored ... , or the 422 extension. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
546 views
1 answer
    I am using android-async-http and really liking it. I've run into a problem with POSTing data. I have to ... equivalent JSON too. Any ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
498 views
1 answer
    I am currently working on a project that requires the client requesting a big job and sending it to the ... major issues with ditching REST? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    I have an object hierarchy I need to expose through a RESTful API and I'm not sure how my URLs should ... version. Any comments or suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am having an API endpoint and Authorization token for that API. The said API is for .xls report download, ... ways I should be looking for? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    When designing an API for our web app, we'll use the their subdomain as the 'username' and generate an API ... what to pick: SSL vs Signature? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
681 views
1 answer
    What is the "RESTful" way of adding non-CRUD operations to a RESTful service? Say I have a service that ... outside the scope of REST? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
408 views
1 answer
    With a RESTful service you can create, read, update, and delete resources. This all works well when you're ... point me to good material? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    To describe RESTful we can say that every resource has its own URI. Using HTTP GET, POST, PUT and DELETE, we ... Why does WADL need to exist? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    In wiki article for REST it is indicated that if you use http://example.com/resources DELETE, that means you ... do RESTful delete for webpage. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
679 views
1 answer
    So nothing new here I am just trying to get some clarification and cannot seem to find any in other posts. I ... GET to get the new resource. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    I'm designing an HTTP-based API for an intranet app. I realize it's a pretty small concern in the grand ... /stackoverflow.com/a/608458/360570). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    Overview I'm looking to create a (REST) API for my application. The initial/primary purpose will be for ... without knowing the salt used? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
616 views
1 answer
    I am using jqGrid (inlineNav) with data from azure service and interested in learning how one could use server ... share thoughts around this. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
932 views
1 answer
    I have implementated a Rest web service (the function is not relevant) using JAX-RS. Now I want to generate ... can check my public repo here. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    I am using RestEasy client with jackson providers and getting the above error clientside code is: ClientRequest request ... .toJSON(object); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    I'm trying to develop an automated testing suite for a REST API. I've been told that Swagger would be ... API testbed using Swagger? Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    I am building a mobile app with Flutter. I need to fetch a json file from server which includes Japanese ... messes up the Japanese characters. See Question&Answers more detail:os...
asked Oct 17, 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

...