Questions tagged as 'api'

1
answer

3 doubts of new user post with spring boot

I have the following doubts when saving a user to an api using spring boot. 1) Is the best way to check if email already exists? 2) In case I am sending the id of the user just saved, but it is not being sent as json, it is only sending th...
asked by 01.04.2018 / 04:16
1
answer

error when using waitActivityIndicator, how to solve?

I am making a connection via web api in my application, so it is not accepting the use of "waitActivityIndicator", indicates that it does not exist in the current context, below my code, could someone tell me how to solve this: using EbsHelpDe...
asked by 14.02.2018 / 17:34
1
answer

JavaScript API issues

I'm developing an application that involves music, and for ease of development, I'm using the RetroJS API. But I can not use it. The following errors appear in the Console: <html><head><scriptsrc="src/Chord.js"></scrip...
asked by 03.01.2018 / 12:12
1
answer

RestController Spring, how to limit the number of requests! [closed]

Dear friends, I have an API Rest with RestController of Spring, it receives hundreds of concurrent posts, and with each post, I need to query and store data in the database. The problem is that this is generating an absurd processing on...
asked by 08.12.2017 / 06:04
1
answer

Implementation of the NRS Gateway API

I need to implement a nrs gateway api for sending sms, for this it is necessary to make a URL request with the necessary parameters, but I do not know if I use GET or REST to do this, what is it recommendable to use? link     
asked by 22.12.2017 / 17:31
1
answer

How to get a list of all moodle questions and alternatives?

Hello, I am developing an android application with java for the moodle platform, and I would like to know if there is any function that returns a list with the quiz question and the alternatives. Something like this: { "question": "1 + 1 vale:"...
asked by 05.11.2017 / 01:01
1
answer

JavaScript array on dates

I'm getting data from an API and put it inside a table. Following are the codes I used to pull the api and put it inside the table var botaoAdicionar = document.querySelector("#buscar-viagem"); botaoAdicionar.addEventListener("click", func...
asked by 27.10.2017 / 16:15
1
answer

Google Search Results + Delphi 10.2 Tokyo

I searched for Google APIs to create a code that shows Google results in Delphi 10.2 Tokyo applications, but found no recent APIs . I need the following, the user types in a Edit the term that he wants to search and in a Listv...
asked by 05.09.2017 / 14:49
1
answer

How to make notifications the same as Facebook? AngularJS or JavaScript [closed]

I'd like to include notifications in my app. The app will be in Ionic, AngularJS, jQuery, NodeJS ... is there a way for the app to run a function at every X time? This function would give a get in NodeJS ...     
asked by 21.10.2017 / 23:13
1
answer

java response json out of order

I'm doing an API in java to be consumed by Excel. I'm doing a select from the bank bringing the columns in the right order, but when it arrives in Excel comes in a crazy order. I also made a method with: Class.forName("className").getDeclar...
asked by 24.08.2017 / 22:25