Questions tagged as 'api'

1
answer

SIGEP two mails problems with requestTags ()

Friends, I have a problem when I request the creation of labels in SIGEP-WEB. I'm using php-sigep. Running the php-sigep example is OK. In this case the example sends the tag number already. In my application I need to request this number...
asked by 08.12.2017 / 15:11
1
answer

Run cURL command in an HTML / JS application

I have zero experience in API, JSON, Ajax, cURL, the most I learned in college was basic HTML, CSS, JS and PHP, I already killed myself to search and watch video, but without anyone with experience to help it gets difficult , I'm almost giving u...
asked by 24.10.2017 / 19:32
1
answer

api azure result different from the result of my location

I created a C # API in azure where it returns an array by passing the following faces: tccapiwebservice.azurewebsites.net/api/Algoritimos/PostAlgoritimo?_funcobjetiva=5,00;3,50&_maxmin=true&_restricoes=1,5;1.1;0.0;1&_sinalres=2;2;2...
asked by 20.10.2017 / 13:22
1
answer

Sending the token via header or param

I'm using JWTAuth to create tokens for my API. I saw that at the time of the request I can send the token in the header or via param. I understand that by sending via the header the token accompanies the request in a "transparent" w...
asked by 16.10.2017 / 21:09
1
answer

reference error .net 4.6.1 for .netStandart 2.0

I have a problem when referencing a Standart2.0 project in my api .net Framework 461; The following happens I have the class: public class MeuReturn : IHttpActionResult { private readonly string _objeto; public MeuReturn(st...
asked by 26.10.2017 / 00:47
2
answers

Security failure (PHP, JS, API, MYSQL)

I made a site with login, registration, and so on. I validated the login and the registration with POST method, the site is on the server and everything, but when I put the url link already from inside the page it loads. Is it some mistake I may...
asked by 17.11.2017 / 14:24
2
answers

API or database to achieve latitude and longitude

I need to know the latitude and longitude of a location looking for CEP or any other option that I can provide, it can not be Google maps . Does anyone know any API or base de dados ?     
asked by 29.09.2017 / 18:46
1
answer

How to use the token to validate the login of a Django Rest Framework user

Hello, I'm kind of lost as a user authentication by django-rest-framework, I was following the CodingEntrepreneurs channel tutorial in Blog API 32 video ( link ) it explains how to do user authentication via token with django-rest-jwt, but I fou...
asked by 03.09.2017 / 18:30
1
answer

XMLHttpRequest can not load in Vue js

My app.vue <template> <div id="app"> <h1>{{ titulo }}</h1> <li v-for="usuario of usuarios"> </li> </div> </template> <script> export default { name:...
asked by 28.08.2017 / 20:26
1
answer

Parameter in the page URL

Sorry, I need to create a pyramid application to use the API . 1 - "/ quotes / < quote_number > "- Display page containing the quote returned by the API corresponding to < quote_number >. I already know how to create a statistical p...
asked by 10.09.2017 / 05:49