rest tag

16 questions


1 answers
327 views
0
Unable to set validation error message using SpringBoot@DateTimeFormat

I would like to validate the Date type in ExampleForm.java using @DateTimeFormat in the Spring Boot application, but when I use typeMismatch in messages.properties, the message definition is not set i...

1 years ago

1 answers
65 views
0
How can Jersey receive an array at POST?

@FormParam (parameter name) String [ ] array name Then it didn't work out, but I couldn't find out when I looked it up, so I asked you a question.If anyone knows, please let me know.

1 years ago

1 answers
95 views
0
Rest operation to Azure web-apps

azure Docs has a way of working with restapi.(https://docs.microsoft.com/ja-jp/rest/api/appservice/web-apps)Create or Update says that you can create and update apps, but (https://docs.microsoft.com/j...

1 years ago

1 answers
93 views
0
Using javax.announcement.security.RolesAllowed Annotations

Prerequisites/What you want to achievein JAX-RS in a JavaEE6 compliant environmentjavax.announcement.security.RolesAllowedAnnotation I want to achieve the authorization function, but I don't know how ...


1 answers
66 views
0
I want to create a REST API in Azure

Hello I want to create a RESTful API with Azure.How do I do that?• After creating the REST API locally, issue it to AzureAppService • Using AzureDataFactory I think there is.Is this possible?Or is the...

1 years ago

1 answers
104 views
0
The access token passed on the WebClinet on C# is disabled.

Attempting EPO open patent service on VS2019, .net framework 4.7.2.I was able to get the access token while looking at the specification.request.Headers.Authorization=newSystem.Net.Http.Headers.Authen...

1 years ago

5 answers
64 views
0
Questions about how to name an API when the number of APIs increases

Currently, in my company, the API names are api1, api2, api3, and so on.When calling api, it's like api/v1/api1.I don't know what api is going to do with this.There are two reasons why I chose this na...

1 years ago

1 answers
113 views
0
Unable to retrieve token for LinkedIn API

I am trying to get a token to run the LinkedIn API, but after running the Request Token on Postman, the normal login screen is displayed ->login and I cannot proceed with the application authorizat...

1 years ago

2 answers
69 views
0
How to Call the REST API in jQuery and Obtain a Response

I am currently writing a code to call the REST API from jQuery to retrieve the results.[What I want to do]  Use jQuery to access Paypal's following sandbox URL: https://api-3t.sandbox.paypal.com/nvp A...

1 years ago

1 answers
66 views
0
Want to know if you have experience developing a restful API [overlapping]

Two years agoWhat are the ways and points to determine if you have experience creating a Restful API?I have made the API itself in practice, but I would like to know how to check if it is Restful.This...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.