Questions tagged as 'api'

0
answers

msqlserver android support

I have to access an application with the login and the correct pass, once I access it, it shows me the name in the activity of queries of the user who started the session. Now I need to know the unanswered calls of that user, the user's data...
asked by 11.11.2016 / 17:03
0
answers

Application created in an account that sends tweets to another account

Create an application on the twitter account "xyz" that sends tweets using TwitterOauth / REST API 1.1 to the same account using this code and works well // $consumerKey = consumerkeystring; // $consumerSecret = consumersecretstring; // $oA...
asked by 06.08.2016 / 16:28
0
answers

Problems running Web Service tasks in SSIS

I have a project that consumes a web service. As a mandatory parameter it asks for an ApiKey and that I execute it from a Script Tasks in SSIS. Execution is done without problems. When I come to call one of the web services, I have created a...
asked by 14.03.2016 / 17:25
0
answers

Object reference not established as an instance of an object?

Good morning, I am developing an Android application that sends a Json to a Web API by POST, but returns an ExceptionType, System.NullReferenceException. The Android code is as follows: JSONObject jobject = new JSONObject(); jobject.put("Va...
asked by 13.07.2016 / 20:22
1
answer

How to apply where clause in JPA

I'm starting with JPA in netbeans and I set out to create a small maintainer of a course (school). I found a problem in obtaining a group of students according to the course, I have not given how to introduce the clause "where" or some grouper t...
asked by 16.09.2017 / 04:51
1
answer

Registration with RESTful API in java

I need to create a small application with java to allow users to register, I have to use a API RESTful and I would like to know the relationship between the registry that is stored in a database MySQL and API RESTful ....
asked by 23.06.2018 / 00:42
1
answer

Equivalent to the will-change style using the experimental JavaScript API Web Animations API

I've been reading the API documentation ( link ) and I've been looking Ways to use the equivalent of the will-change style ( link ) to improve the performance of the animations. I know that this style should be used very carefully but I am surpr...
asked by 03.09.2018 / 14:28
1
answer

Create Public Folder SpringMVC

In the current project I have a webservice (API-REST) this has a control panel where they fill out the forms to identify via web this webservice the detail is in that I do not know how to create a public folder example currently in the form t...
asked by 09.06.2018 / 06:29
1
answer

php inside Javascript

My problem is this: I have an html button, which I call with php, pair that I perform a discount function (-1) with an api, putting it this way it works perfect to discount and shows me the result. But before discounting I want an alert with...
asked by 17.04.2017 / 17:30
1
answer

File shared using Google Drive API access is restricted

I am using the Google drive API so that users can share their files but when they upload it and the file they try to open, access is restricted and access must be requested. How to upload the public URL to open the read-only file.     
asked by 31.05.2018 / 21:23