Questions tagged as 'api'

0
answers

Load a DLL from within a jar

Hello, I'm currently working on a project where I need to create an API in Java for image processing and after that I have to integrate it into a Mobile module and a web module. But when I tried to do the first integration, an error occurred w...
asked by 18.08.2017 / 22:52
2
answers

Django Rest compare user id 'sector' id with publication 'sector' id

Well, I'm messing with an API and I want it to return the content only when the user sector is the same as the publishing sector. Publications API: The user has a sector field also equal to this, and I am already getting the id of th...
asked by 11.09.2017 / 02:57
0
answers

Google API HeatMap

I was working on a project that involves taking coordinates (lat and long) and using them to create a bullet map (which is working) and a Heatmap (which is the focus of the problem). I used an example of this link example and adapted it to my...
asked by 25.07.2017 / 23:06
0
answers

identify third-party site map marker

Is there any method to 'map' marker (google maps) from the third-party site? For example: on this site would you have any way to track this bookmark made on the map? It would style a sweep to use the location and legend that this marker car...
asked by 28.08.2017 / 21:50
0
answers

Put Json method to update data

   I have a screen that receives data from another activity in your edittext, how to update this data and send it to my bank using the "put" method, I have a Post code, I will use it as an example, I believe is similar:       "POST" example:...
asked by 05.07.2017 / 20:49
0
answers

How do I consume the Linkedin API?

I'm working on developing an application that will consume linkedin data, user data after logging in to it. I was able to evolve to the AUTHORIZATION CODE stage, but I could not get through. 1 - I made a request to obtain the authorization...
asked by 27.06.2017 / 20:28
0
answers

How Do I Record an Audio with AudioRecorder from the Android API In Delphi Pascal

I have a small project where I need to record an audio through the android API through Delphi with Pascal, but I have not been very successful in my codes. Could someone help me in this dilemma? What I have is a mixture of some examples I fou...
asked by 13.07.2017 / 10:43
0
answers

How to create an api? [closed]

I browsed the internet behind PHP API example tutorials, query and insert into Mysql. Do you have any examples that I can use as a test?     
asked by 14.06.2017 / 19:33
0
answers

Searching for data in the TMDb API

I have a website about movies made in PHP (codeigniter), I intend to use the API of themoviedb.org website to search and show information for users. And the first time I use an API and would like to get some questions. I can already make the...
asked by 05.06.2017 / 04:04
0
answers

Laravel - Help with Authentication

I'm using Laravel 5.3 and am having a headache with Authentication. I'm using make: auth. Until then it's simple, but let's look at the scenario below. In my project, when I log in I send the email and password to the API (Node) which returns...
asked by 06.06.2017 / 15:48