Questions tagged as 'api'

0
answers

Remove unnecessary fields in the RESTful Management API from WebLogic

I'm developing a service for monitoring applications deployed on WebLogic servers and for that I'm using your REST API to query the information and perform the operations I need. By using the GET /management/wls/12.1.3.0/deployments/applic...
asked by 04.04.2018 / 17:11
0
answers

Error 500 in API Laravel in Heroku only via POST

I have an API made in Laravel, I did all the local tests, everything ok, I loaded the Heroku, I ran the server, and I have the following situation: In the local environment, all requests in any method work, POST, GET, DELETE, but in Heroku, I...
asked by 01.04.2018 / 19:23
2
answers
1
answer

Ionic 3 consuming api after build

Next I have an api running already, and I can do the requests quietly by using ionic chrome extension allow access-control-allow-origin , and I have all the right answers, but when I gave build in my project by xcode , and I tried I...
asked by 06.04.2018 / 20:38
0
answers

How to call a method in the view that returns a pdf to the user?

I created a small script to consume my API, in Ruby. require 'http' data = response = HTTP.get("http://localhost:9292/api/boleto", :params => {:type => 'pdf', :bank => 'blabla', :data=> '{...}'}) puts response.body # retorna um...
asked by 06.04.2018 / 16:20
1
answer

Http Request returns blank page

I'm trying to perform Http request in php which should open a web page so that I would look for a code that would come in the URL after authorizing the API. But when I run the page it goes blank. I tried cURL and the result really was. <?ph...
asked by 29.03.2018 / 19:17
0
answers

Search GLPI Via API

I want to do a search via API in which I return certain data according to the parameters that I define, ie: To search for all items I get a Get where you send the following: link This search returns me all the tickets that exist....
asked by 29.03.2018 / 13:42
0
answers

Calling the datatable api changes the startup properties

Colleagues. I have a datatable problem. I started by setting the properties: processing: false, serverSide: false, searching: false, bPaginate: false, bInfo:false And I try to use api for the function: var api = $('#tb...
asked by 29.03.2018 / 14:53
0
answers

Apí Manipulate a sequence of images

I need an Api to do this manipulation of images. Example: link Note the blender is a sequence of images that gives the feeling of being 3D. I inspected the code and located the folder with a series of images and also found an Api KeyShot...
asked by 26.03.2018 / 14:30
0
answers

Strava API communication

Hello. I made a communication with the Strava API as per the documentation. What happens, I have developed the request for authentication with strava, I make the request and receive an HTML page to place the strava email and password, but after...
asked by 23.03.2018 / 21:04