Questions tagged as 'api'

1
answer

How to get the size of an external window

In my case, there is an application that runs parallel to a third-party application which I do not have access to the source, I need my program to capture the size of this window to display a form of the same size in the same position.     
asked by 19.05.2016 / 21:17
1
answer

Problem generating javascript graph using Spring

I'm implementing graphics in a web application I'm developing in Spring. I have already done my API, is bringing Json with all the information of my Cart object, but the graph is not being generated in the html page. Can someone help me solve th...
asked by 21.07.2018 / 22:00
1
answer

Get Response from an API that returns error 500

Next, I have an API that returns error 500 every time it breaks the business rule and returns a status and message. We know it's not a good practice to return status 500 under these circumstances, but is there any way I can get the JSON that it...
asked by 22.05.2017 / 15:20
3
answers

Many to Many JSON POST - Rails 5 - Only API

Hello, I'm developing an Engine in Rails 5 where it will be just a blog API. It will be a simple system. Post has several Passions and Passions has several Posts. I made the N < - > The problem is that when sending the JSON of the post...
asked by 29.03.2017 / 13:28
1
answer

Looking for nearby places with DISTINCT? (Maps API)

I have a separate table in MYSQL with the addresses of the users containing the location information (latitude and longitude), each user being able to have more than one registered address. My goal is that when performing a search for a location...
asked by 27.02.2017 / 03:12
2
answers

Extract Posts from Feed Linkedin

I am researching in the LINKEDin documentation a way to extract the posts of a certain company. Is it possible to do this? I'm not finding methods. The closest I got was this link: link But it does not have anything like Feed, similar...
asked by 01.12.2015 / 11:34
1
answer

Retrieve geographic data via an HTTP request via Google Maps URL

Good morning guys. I'm trying to retrieve some geographic information based on latitude and longitude. To retrieve such information I'm trying to make a request via URL through this link: Google Maps Geolocation API . It returns me an XML...
asked by 14.10.2015 / 14:13
1
answer

How to use the GitHub API in ASP.net

Good afternoon. I would like to know how to work with the gitHub API in ASP.NET. I've never worked with APIs before. PS. I can not use octokit Can anyone help me? Thanks     
asked by 26.11.2015 / 20:33
1
answer

Deezer API - JSON request error with $ .getJSON

When I try to perform a simple search in the Deezer API (Public Search API without Authentication Key) I get the following error message as a return: XMLHttpRequest cannot load http://api.deezer.com/search?q=Bang. No 'Access-Control-Allow-Or...
asked by 20.11.2015 / 06:19
1
answer

API with Javascript

I would like to know how do I make an API in the javascript language to return data like JSON. I need it so I want to make a mobile application.     
asked by 30.07.2015 / 00:38