api tag

243 questions


1 answers
74 views
0
acquisition of Amazon prices

http://www.amazon.co.jp/dp/4822242633 for the individual Amazon product page.I think there are many ways to extract only the price of the product by using , but how will you achieve this?I would appre...

1 years ago

1 answers
67 views
0
We're developing a service that communicates with external APIs, but we have a problem.

I'm developing a service that communicates with an external API, but I have a problemSpecifically, The json schema of the external API response is designed to assume that the correct one will come as ...

api
1 years ago

1 answers
62 views
0
If there is no value in the response parameter of the REST API, which should I choose, null or empty?

I'm developing a backend API and some response parameters do not have a value (such as null on DB) and I'm struggling with the design whether to return it as null or empty to match the type.Currently,...

api
1 years ago

1 answers
115 views
0
Prohibit GAS Youtube Data Api Access

Hello I'd like to ask you about the error on YouTubeDataApi in GoogleAppsScript.I am writing a program on GAS that adds links to videos in spreadsheets to YouTube playlists.I got this error when I ran...


1 answers
130 views
0
How to configure comment permission for youtube data apiv3

Hello.I am updating the video using version 3 of YouTube data api.The video comment permission setting was v2, but I can't find it in v3.I referred to the following page.https://developers.google.com/...

1 years ago

1 answers
77 views
0
How Swift POSTs Voice Binary Data

I am trying to use Google Speech API for iOS applications using Swift.Below is a sample input from a local audio file: curl-X POST\--data-binary@audio/good-morning-google.flac\--header'Content-Type:au...

1 years ago

1 answers
80 views
0
Downloading the Django Server File

Thank you for browsing.I'm afraid this is a very rudimentary question, but let me ask you a question.I am currently developing WebAPI at Django and would like to handle files.Therefore, we are arrangi...

1 years ago

1 answers
96 views
0
I want to define API method arguments and return values abstractly

(Windows, Java 1.8.0)Currently, I am writing the following code as an API using JAX-RS (Jersey).@Path(API_01)//URL at API call @POST @Produce(MediaType.APPLICATION_JSON) publicResponseObj execute(Req...

1 years ago

1 answers
88 views
0
Understanding QuerySnapshot Values Returned by Cloud Firestore Library in JavaScript

I would like to ask you about the return value in the Cloud Firestore library.Regarding the value returned when executing the code below, is this an instance?For example, if I want to retrieve the 'te...


1 answers
54 views
0
Description of setting a one-dimensional array in json

I am currently studying Python and am writing a program using the API.However, I would like to use a one-dimensional array for the values to be set in JSON, but it does not work.How should I describe ...

1 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.