Questions tagged as 'rest'

1
answer

Desktop and cloud system integration

I have a desktop system where I need to send some data to the Google Firebase service. I would like an idea of what would be the best way to send this data to Firebase , and it may happen sometimes that there is no internet connection. A...
asked by 02.07.2017 / 06:27
1
answer

How to generate JSON dynamically to feed future application?

What I want to do is: Create a minimalist application that searches the database, returns the result in JSON, and this result is interpreted by external applications via http, with no change in the minimalist application. It works as an API, but...
asked by 03.05.2017 / 07:18
1
answer

API Architecture RestFul

I'm building a RESTFul API with spring MVC and I have 2 non-functional requirements that I'm not understanding how to attack them. The API must support 100 requests per second; The API should integration failures between the APIs, not leav...
asked by 04.05.2017 / 03:05
1
answer

Access the service layer from the controller

Hello, I'm developing a REST web service that queries data from Apache Solr. I'm using Spring boot + date with Solr repositories. I do not know how to interconnect the service, repository, and controller layers. I have the following struct...
asked by 24.04.2017 / 19:04
0
answers

AngularJS Services API. Do not load TITLE while sharing link

Good afternoon, I need some help to finalize a project. I am having a problem that when sharing links in social networks, the title, description and etc tags do not load with the values returned by the API (Using AngularJS). I believe that th...
asked by 04.04.2017 / 20:14
0
answers

Required REST response is empty

My store is experiencing the following problem when shipping rest:    Exception 'Zend_Http_Client_Exception' with message 'Unable to read response, or response is empty' in D: \ wamp \ www \ santaines \ lib \ Zend \ Http \ Client.php: 1081 St...
asked by 17.02.2017 / 16:29
0
answers

Firebase database or API rest PHP MySQL. Which is the best choice and which Google recommends [closed]

I finished college at the end of the year. I did Analysis and Development Systems, and there I had programming class for mobile devices, specifically for Android. In the class the teacher taught to develop the persistence of data on a API in PHP...
asked by 27.01.2017 / 13:43
1
answer

Retrofit, response body always null but on server is status 200

I am implementing an Android application using Retrofit 2, the service is generic the server side is working. The problem is: The response.body () is always null, I can never get json, even though I can print it with OKHTTP. How to solve t...
asked by 20.11.2016 / 12:13
0
answers

Delphi / SendGrid integration

I'm trying to integrate an application Delphi with SendGrid , to configure the request I'm using RESTDebugger . I inform you Header Authorization="Bearer" + [minha chave] Content-Type = "application/json" And the JSON...
asked by 25.10.2016 / 13:43
0
answers

How to get the return of a POST sent by the Client (DataSnap REST)

I have a WebService Server REST developed by the IDE Embarcadero Delphi XE7 , I need to get the return of the POST from the client. I created the WebService from the DataSnap REST Application, when creating the project it comes w...
asked by 10.11.2016 / 14:10