Good morning guys, I have a problem:
I have an LP that has to save the lead in the Postgres database and automatically send that lead to the RD platform using their API.
Using the curl I do as follows:
curl -v \
-X POST \...
Can anyone help me with how can I consult this API?
## Cadastro
'''sh
$ curl --request POST \
--url https://dev.people.com.ai/mobile/api/v2/register \
--header 'content-type: application/json' \
--data '{
"email":"[email protected]",
"name":...
I have developed an APP in Apache Cordova (HTML5 and Javascript), which is in production and already has thousands of users, and now requires users, Portuguese citizens, to digitally sign a document. The Public Administration in Portugal has a...
I have to consume an api in javascript / jquery from IBGE
Click here ,
but I do not know how to make the data of the input filled together with the link
link {searches}.
Below my code
<script>...
Hello, I'm developing a common system with ROR and it has a structure not just an API, it has its views and everything.
The question is that I'll also build an API to serve it for a mobile app and when I go about it I'll just find people expl...
I need that while $ ig is = 0 the icons are a type, when $ ig = 1 the icons are another type, another image in the case.
followthecodebelow:<?phpinclude"../../conexaomaps.php";?>
<!DOCTYPE html>
<html>
<head>
<...
I'm not very knowledgeable about javascript, but I need to integrate a payment API.
I've never done integrations with any API before.
Following the documentation I saw that you first need to generate a transaction token.
So I have this...
Hello, how do I execute onclick on a marker of maps?
My code is this:
var marker = new google.maps.Marker({
position: myLatLng,
map: map,
icon: andando,
shape: shape,
title: beach[0],
html: beach[5],
zIndex:...
Well, these days I had to refuse a site and application proposal, since they needed me to have a payment method for the application / site where it should be approved instantly so that the request was already delivered. I was working with the pa...