In a test in heaven's father I get the message:
URI ' link '
{"Message":"No HTTP resource was found that matches the request URI 'https://apiquerysandbox.cieloecommerce.cielo.com.br/1/sales/'."}
I'm sending in jman postman:
{
"Merch...
I wonder if there is a way to send a message to WhatsApp via website. Example: The client is there on the site and there is a field to type a message and click "send" and I receive the message in my WhatsApp.
I need to find a solution to generate graphics images through the URL. Google offers an API, but it will be retired soon.
Does anyone know of a service like Google?
The goal is to send graphics to the email body.
I would like to know if anyone knows a good API and with tutorials to create, edit, write and read JSON files in Java.
I've been searching for some time and so far I have not found it.
I'm working on a mini project, and would like to know if there is an API (php) that can receive a piece of music and return the title of it.
A concrete example is the site: link
Is there a PHP solution?
I'm returning this JSON using PHP but the object genre and cast is being returned as string
{
"id":"5",
"title":"A Era do Gelo",
"year":"2002",
"age":"0",
"time":"81",
"genre":"[{\"id\": 16, \"name\": \"An...
I need to validate an information to determine if the user of my system is a doctor or a patient, in this case the CRM, and would like to know if there are any free APIs that validate or some standard that I can follow to identify if it is or no...
When I send a request simulating a purchase:
URL
link
Json
{
"MerchantOrderId":"2014111703",
"Customer":{
"Name":"Comprador crédito simples"
},
"Payment":{
"Type":"CreditCard",
"Amount":15700,
"Inst...
I have the code below, how would the correct route look?
How can I test the call
//http://localhost:1608/api/ApiCidade/consulta/clienteLoginSenha/
[HttpGet]
// [Route("consulta/clienteLoginSenha/{email:long}/{senha:long}...