Questions tagged as 'api'

0
answers

how to tag people in instagram photo using PHP [closed]

How do I tag people in photos before uploading to instagram using php I am currently using this api and I can upload the photo with the desired text for instagram, but I wanted to tag the person in the photo before uploading the photo. Would...
asked by 06.09.2018 / 12:04
2
answers

How to consume a GraphQL API (https://api.loggi.com)

I would like to understand and know the opinions to apply in a project with urgency ... I currently own a shopping site and need to use the loggi company API which is a distribution company the api link is link , I have already used their old m...
asked by 28.09.2017 / 15:04
1
answer

JSON API accents Restful [closed]

Good morning, I'm creating an API for studying, but I'm having some issues with accents. When I do a search, I have a response of not found. Below is a test. Would you have a solution for me to solve this situation? Q: Usi...
asked by 15.05.2016 / 17:53
1
answer

Circular dependency in API Rest with Spring Boot

I am venturing into developing a Rest API using Spring Boot, JPA with Hibernate and Maven to manage repositories. In my modeling I have a class Club : @Entity @Table( name = "CLUB") public class Club { /** * Id da entida...
asked by 24.05.2017 / 19:21
1
answer

Api Google - SEO - Google Index and Google plus via json

I need to retrieve via json or some other way Google's SEO information to feed my database .. For now they are just Google Index and Google + Does anyone know how I can do this ?? Or does someone have an example of using the Google API to...
asked by 27.05.2015 / 00:58
0
answers

how to collect retweets and replys from a user in ruby

I'm doing a job and in it I need to collect the number of retweets and replys from 10 tweets from a Twitter user. In the code it is already possible to collect the number of followers and following by users and I have made an attempt to collect...
asked by 24.06.2015 / 00:57
3
answers

Angular js Array inside another array

How do I print an array inside another array, in console.log it looks like this: Array[5] 0:Array[10] 0:Object 1:Object 2:Object 3:Object 4:Object 5:Object 6:Object 7:Object 8:Object...
asked by 21.11.2016 / 15:03
3
answers

Pass value to service factory in angularjs

I need to pass two values (page and total) of $ scope that are in the controller to a service factory, how do I? Is there any good practice to do this? Service: angular.module("myapp").factory("AtividadesAPI", function ($http, config) {...
asked by 10.11.2016 / 20:07
3
answers

How do I display the API JSON?

After performing this, I came across this error, which did not display API information. Being that in another URL of a similar API the code displayed and worked perfectly. API URL: link $.ajax({ type: "POST", dataType: "JSON", u...
asked by 30.10.2017 / 17:00
1
answer

What response pattern in a file does an action partially perform?

#define API http://localhost:80/api/v1/resources.  When doing a POST in resources , the user (dev) can register / include an N number of resources.  Assuming some (uns) record could not be entered, but the rest was successfully. How...
asked by 28.11.2016 / 21:00