Questions tagged as 'api'

1
answer

JSON-RPC or RESTFULL?

Between developing an API using JSON-RPC or REST (RESTFULL), I would like to know in which cases there are advantages / disadvantages in using one or the other. OBS: It can be through knowledge / experience or reference sources.     
asked by 08.06.2015 / 16:36
1
answer

Problem with filters and routes in laravel

Hi. I'm creating an api in laravel. And I have a problem with the routes and filters for access. I have the levels of client, operator and administrator. I have routes that are common for client, operator and administrator, I have routes f...
asked by 15.01.2015 / 22:44
1
answer

Is it possible to display private videos through the Youtube API?

I'm creating a content strategy for a client and the following need arose: View private videos from youtube channel on the site. What we want to do is create a strategy where users can only see some of the channel videos within our client's s...
asked by 07.07.2014 / 23:52
3
answers

Embed YouTube via post using the API

I could not find what I wanted, just things like that, I even made a video and posted it on Youtube so you can understand what I want to do, if anyone can help me, I thank you, follow the video below: link I want to put a link in the tex...
asked by 09.05.2014 / 00:12
2
answers

Does it make sense to use an api to access another api? (bematec one in case)

I was asked to make an API here where I work to be able to integrate some systems with nfce. For that, they hired the api one. More information here: link . The real question is how and why should I make an API to access another API? Would n...
asked by 17.08.2018 / 20:30
1
answer

How to ensure insertion and update of data in different databases

I'm developing an application with a microservices architecture and a question arose me. Each functionality of the application will have an isolated API, how can I ensure that when doing an insert / update in the functionality database x, also d...
asked by 17.03.2018 / 20:40
2
answers

API User and password in Header

I made an API and would like to know if it is relatively safe to put a username and password the way I did     
asked by 13.11.2017 / 17:57
2
answers

Button does not point to another page

I have a button that when clicked on it, localStorage takes its id, there it plays the id to the other page, but when I click on the button it is not pointing to the other page, it is only changing the url to the name of the page that is more "b...
asked by 27.02.2018 / 19:27
1
answer

OMDb API ordering items python dictionary

I need to make a program that given a given name, return the movie name and the year it was released using the api OMDb, and sort by the release year. I managed to list the movies but I can not sort by the year of release, because it is a dictio...
asked by 15.11.2018 / 22:35
1
answer

HttpClient - WebException: The underlying connection was closed: The connection was unexpectedly closed

I created a very simple C # console application to test connection in an API, but I can not send the request. I tried with other APIs and they worked, but this specific one I can not. It would be a query in the CartolaFC API (it's commented on i...
asked by 24.06.2017 / 18:09