Questions tagged as 'api'

2
answers

How to list more than 50 Youtube videos using cURL

I need to return all videos from a certain youtube user, but my current function only returns 50, which is the maximum allowed by the API. is there any method to do this? $cURL = curl_init(sprintf('http://gdata.youtube.com/feeds/api/users/%s/u...
asked by 04.04.2014 / 14:52
1
answer

How do I return the waypoint_order in the Google Directions API?

I'm developing a route-mapping system using the Google Maps API. I have the points of origin and destination and between these points there are some points of interest. When tracing the route Google returns me the best route and mark these po...
asked by 29.01.2014 / 12:39
2
answers

What is the HTTP verb that I use for logout?

I have a logout endpoint to make the current user token invalid. With this I had a question: Which HTTP verb should I use to log out?     
asked by 13.07.2017 / 18:19
2
answers

Which tool to use to generate releases in Java?

I am developing my first project in Java, the application is an API using several libraries, among them: Jetty, Hibernate, HttpClient, JasperReport ... In this project I use the Maven framework, I would like to know which tools to use to gene...
asked by 13.12.2013 / 12:36
2
answers

Checking a branch nearest to a zip code

I'm working on a multi-branch course system. Within the register I have a zip code field and would like this zip code to find the nearest branch. Is there any API or some way to handle this problem?     
asked by 03.10.2014 / 20:18
2
answers

NFC-e integration API (electronic consumer invoice) with PHP

Does anyone know of any Electronic Consumer Invoice integration manual for PHP usage? I am developing a system that contains sales control, and I would need to issue an NFC-e, but I do not find any documentation talking about it anywhere.     
asked by 28.07.2015 / 21:06
2
answers

How does the jQuery stack work?

When I learned how to use the .end method of jQuery, I realized that it was a powerful tool that ensures a lot of expressiveness to the code (and I was soon seeing how to integrate it with my plugins ). Although I have a basic understa...
asked by 05.02.2014 / 01:30
1
answer

Sharing types between API and client application

I'm developing a REST API using ASP.NET WebApi 2 and as I come from the old SOAP standard, I'm used to API-client type sharing . That is, when referencing my service in the client project, all types that are used in the API are created in the...
asked by 15.02.2016 / 14:59
1
answer

Capturing sound from a microphone in Windows via C #

How do I capture the audio that the microphone receives in Windows with C #? I want to develop a software that receives external sound and based on it it changes the volume of my computer.     
asked by 29.01.2016 / 17:21
1
answer

How to log in without using the Identity pattern?

An update on Api of Facebook made the default login form of Identity stop working. The way I'm doing that stopped working looks like this: public void ConfigureAuth(IAppBuilder app) { app.CreatePerOwinContext(Applicatio...
asked by 30.03.2017 / 01:16