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
768 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.0k 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
568 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
655 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
988 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
921 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
479 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
632 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
729 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
596 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
520 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
476 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
540 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
460 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
630 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
384 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
533 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
516 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
633 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
882 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
512 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
585 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
888 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
875 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
638 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
754 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

...