Questions tagged as 'api'

1
answer

Contact form and Ideal newsletter

I'd love to know what the ideal api / framework would be for dealing with contact forms and newsletter on a simple page with information about a company's services. There is a field to subscribe to the newsletter and a contact form. Because it's...
asked by 19.02.2014 / 16:29
1
answer

How do I get the images in place that the mouse pointer is in?

I need to maintain a system that was originally developed at vb6 and I'm moving on to vb.net . The system uses the api of inDesign CS2, whose documentation is very bad. Part of the program is to drag some images from a list and place th...
asked by 20.02.2014 / 12:27
3
answers

Google Maps Coordinates through a Widget on a website

I'm setting up a geolocation-based registration system. It happens that sometimes the registration must be done by telephone, and the attendant is who will enter the location ( coordinates ) of the client. Through the Google Maps site, simp...
asked by 18.02.2014 / 17:02
0
answers

Technology for the development of an API with Python [closed]

I need to develop a% non-professional% in order to consume data from some sites with information on pricing of Real Estate Funds, business numbers, quantity of quotaholders, and other information to get in a critical analysis of good investing...
asked by 05.01.2019 / 14:35
1
answer

How to queue requisitions for a larivel api?

I have an api made in laravel 5.6, where requests can not be executed simultaneously and are queued to be executed in the requisition order. It's complicated to explain an example, but if anyone can help me I'd like to know how to solve this.  ...
asked by 29.11.2018 / 23:33
1
answer

Entity - Infinite Loop in JSON conversion

What happens I'm having a problem using Entity with my MVC application. What happens is that when converting a class to JSON the program goes into an infinite loop and returns no-content Example Taking as an example the re...
asked by 29.11.2018 / 19:52
0
answers

Extract Direct Url from Blogger (Token URL)

I'm trying to extract the direct URL from Blogger by php or the page source The URL I want to extract is: https://www.blogger.com/video-play.mp4?contentId=3506042769269f95 The direct URL (Token URL) I want to get is: https://www.blogge...
asked by 20.11.2018 / 19:35
1
answer

APÍ django-storages dropbox error url pattern

I'm using the following API: link I have everything exactly configured, from the installed lib to the settings of settings.py. The lib 'storages' in INSTALLED_APPS and the three dropbox connection variables: DEFAULT_FILE_STORAGE = '...
asked by 24.11.2018 / 15:56
0
answers

Password Recovery WORDPRESS REST API

Good morning, I'm developing an application, and I use a WordPress web system. That way I use a REST API plugin to get the pertinent information to the system. However, I'm not sure how to implement "Forgot Password?" in the application, using t...
asked by 08.10.2018 / 15:58
0
answers

How to configure the Slim 3 passthrough?

I'm trying to build a simple API for studying with Slim Framework and JWTAuthentication. In the case my path / auth returns a JSON containing the JWT token that will be used to access the other paths. But when trying to access the / auth JWTAuth...
asked by 31.08.2018 / 02:54