Questions tagged as 'api'

1
answer

Consume Api rest with Visual Basic.net

beforehand thanks for any help, I would like to consume an api rest that has authentication OAuth2.0 ie by token. I would like to begin is to be able to make the request post to the url sending the credentials but I have no idea how to do it...
asked by 28.05.2018 / 04:22
0
answers

Get url from the address of another url

I am trying to use the free market api, and I am having a million problems, since it is the first time that I communicate with apis. The free market question gives you a sdk, where you have meli classes. Meli m = new Meli (8031175177076953...
asked by 29.05.2018 / 04:21
0
answers

how to catch the event of an order completed in Magento 2?

I want to send data of the created and completed order to an API, but I need to send them, only until the order is in completed status. How can I do this development? is to generate automatic sales notes. thanks     
asked by 30.05.2018 / 00:32
0
answers

Modify records of several tables in an API 2

I have the following code, what I want is to modify the Student Name field, the Teacher Name field and the Class Name field public IHttpActionResult CreateExamen(Alumno alumno, Maestro maestro, Clases clases) { if (!ModelState.IsValid)...
asked by 26.05.2018 / 00:50
0
answers

Error with Google Maps

The problem I have is that I do not see my map of google maps on the screen you see something in gray background and my localhost loads me a little but only like 10%, I uploaded it to github but there you can not visualize, the project asks me f...
asked by 26.05.2018 / 05:14
1
answer

Can folders be shared using the Google Drive API?

I am building an Add-in in which I want to visualize some folders that I have in Google Drive, these folders contain documents + folders and .PDF files etc. Inside my Add-in I already have the embedded code that I generate when I publish a fo...
asked by 30.05.2018 / 15:38
0
answers

ModelState is Invalid AJAX - ASP .NET

I'm doing a project in which at the end of an activity you get a PopUp that when you click on it, it is sent via ajax - api to the database: Activity Model: namespace PSCORE.DataBase.Models { public class Activitat { [Key]...
asked by 23.05.2018 / 15:37
0
answers

Error Unparseable date: "00:00:00"

I am developing a app which uses a api that connects to my bd , where I try to pass an object that has a parameter of type Time which stores me an hour with the format hh:mm:ss 00:00:00 . So far I have no proble...
asked by 22.05.2018 / 23:36
0
answers

golang gin web framework, invalid memory address or nil pointer dereference

I'm doing tests with gin and gorm , I have the following program: package main import ( "fmt" "github.com/gin-gonic/gin" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mysql" ) var db *gorm.DB var err error t...
asked by 22.05.2018 / 23:22
1
answer

Return all users of a domain and their photos with the google API

I have this code in lumen (laravel) that is returned to me by the users of my Gsuite domain (it works correctly), I have all the data of the users in a Json file in the $ users object, there I receive a JSON as this { "data":{ "etag":"\"...
asked by 18.05.2018 / 13:15