Questions tagged [endpoints]
228 questions
0
votes
1 answer
Instagram /media/search radius and shape
I am playing with Instagram's /media/search endpoint and have two questions:
1) One can set the distance around the point (lat/lng) one is searching at. When I try to map my results it looks like the points are within a rectangle and not a circle.…

Bernhard Snizek
- 37
- 4
0
votes
1 answer
Generate Cloud Endpoints file in IntelliJ IDEA
In Eclipse there's an easy way to generate Endpoints file from a Java class(right click on class -> google -> generate endpoints file), but I cannot find this feature in IntelliJ.
How should I do this?
Thanks

Márton Vető
- 95
- 2
- 6
0
votes
1 answer
Writing to a USB device which shares an endpoint for in and out transactions
looking for some help with a USB device I have which has 2 interfaces. The first interface is HID and the second is MSC. I'm developing with an STM32F415VG and am trying to set it up as a USB host. Basically, I can communicate with the USB device…

chadianscot
- 145
- 10
0
votes
1 answer
Testing availaibility of endpoints
I have a property file with a banch of endpoints(SAOP, REST, JMS...) that my application is using. I'm looking for an way to load the property file and be able to test if those endpoints are available.
I can programme it but I was wondring if there…

Momo
- 2,471
- 5
- 31
- 52
0
votes
0 answers
Endpoints proto datastore Api not showing in Api Explorer
This is my code. In the Api Explorer I see only the prenotazioni.list api, I can't understand why I don't see the others two.
I have tried to change name and path. To change Versions. To remove part of the code. Everytime I see only the…

Grostein
- 33
- 1
- 5
0
votes
1 answer
ADFS server, proxy enabled endpoints
I have a question regarding ADFS server. On ADFS server, when you click on endpoints, there are two headings proxy-enabled endpoints and enabled endpoints? I don't understand the difference between the two, can someone please explain what the…

user3441959
- 135
- 1
- 10
0
votes
1 answer
Instagram Real-time API duplicate requests
I have an issue where when I create a real-time subscription I get duplicate notifications from different Instagram IP addresses. I have it set up so that when I get a notification, I send a request for latest updates using the min_tag_id setting. …

Scotty9er
- 45
- 5
0
votes
1 answer
Spring boot with endpoints creates two Tomcat containers
I have a spring-boot jar with the the following conf:
org.springframework.boot
spring-boot-starter-web
…

user425518
- 81
- 1
- 9
0
votes
1 answer
use of Standard endpoint
I'm trying to understand why I have standard endpoints defined in the config file because I'm under the impression that the endpoints I have defined under services should be used. If I comment standard endpoint, then when I run service, I get…

saqibm
- 11
- 2
0
votes
1 answer
Load Balancing endpoint in wso2esb 4.7.0
I'm using wso2esb 4.7.0 and wso2dss 3.0.0. Their are multiple services on server i wish to use load balancing endpoint.For that i went through documents.I have cleared my concept but in littlebit confusion that how to implement that in actual proxy…

user3129056
- 447
- 3
- 6
- 19
0
votes
1 answer
EndPointDispatcher and Attributes set on the service or service contract
I am using WCF and IServiceBehaviors, and adding EndPointDispatchers.
What I would like to check is that on the EndPointDispatcher is there any way of check to see which attributes have been set on the Service or Service Contract?
The reason for…

Coppermill
- 6,676
- 14
- 67
- 92
0
votes
2 answers
Mule: Two file outbound endpoint and one inbound endpoint to the same location issue

Nomad
- 751
- 4
- 13
- 34
0
votes
1 answer
Google app engine - endpoints
Hy I have a question about Google Endpoints when trying to create an Endpoints model method like this:
@DataPoint.method(request_fields=('id',),
path='datapoint/{id}',
http_method='GET',
…

box
- 4,450
- 2
- 38
- 38
0
votes
1 answer
WCF - remote service without using IIS - base address?
I'm trying to get my head around the addressing of WCF services.
We have a client-server setup where the server occasionally (maybe once a day) needs to push data to each client. I want to have a lightweight WCF listener service on each client…

Mark Pim
- 9,898
- 7
- 40
- 59
0
votes
1 answer
appengine endpoints tictactoe python on iOS example was written with java backend, how to make it work with python?
The tictactoe example from google endpoints have versions for both java and python. These can be used with javascript, android, and iOS clients.
I want to use python endpoint with iOS client, but the source code for the iOS client found on github…

Jimmy
- 1
- 1