4 Calling an external API - Spring Boot Microservices Level 2

preview_player
Показать описание

Learn how to call an external API from a Spring Boot microservice. We'll use the MovieDB API to get movie information.

Рекомендации по теме
Комментарии
Автор

nice job! most tutorials just show creating APIs instead of using eternal APIs.

eliyassala
Автор

its really fun calling api and getting live data moviedb i wanna use it for sure

aqibishaq
Автор

use movieId like 100 and 500 in rating service hardcoded Ratings, because some ids like 123 and 456 doesnt exist in the movieDb it seems like and it will give error when u call the rating service using catalog service

nasrihaithem
Автор

Great Tutorial, could you please make videos for securing Micro services in spring boot / zuul.

vivekghule
Автор

Hi Koushik sir and community..

I have a doubt: when we added api-call for moviedb using rest template, will that call also not go to Eureka server (and ultimately fail as our eureka server has nothing registered as moviedb) ?

shubhi
Автор

I did request using Java core iluding Gson library and I was wondering how can I do it in spring.
Cool stuff
We love Java

TruthSeekerClub
Автор

any examples or suggestion of videos that cover something similar for OAuth2.0 ROPC based authoization? example with springboot

Ash-kurz
Автор

api.key is not recognized in application.properties. Any ideas?

billyrubin
Автор

Is MovieSummary class defined on the classpath? IDEA's left panel seems to have no one

hyperborean
Автор

Hi sir, what the location of this in github repo?

paolomondelo
Автор

Using web client not able to call movieDb service. It shows service unavailable 503.

piyushgupta
Автор

I dint get the part where you talked about api.key, from where did you get that api.key? And how do I get mine??

abhirb
Автор

How does graphql compare with a spring boot based microservices. Is graphql restricted to specific use cases ?

mayukhg
Автор

How to keep track how many times our rest API get called?

chitrangsharma
Автор

I can't register on the api's website. It gives me the error "We failed to validate the captcha response. Want to try again?" but there is no captcha box

andrei-unyr
Автор

Unable to proceed with this workshop. I am unable to create a key on Movie DB.

apurvavinod
Автор

Is any video of jwt token and oauth is coming

tusharchandila
Автор

Write a program to call the below mentioned rest APIs.

Display the email ids returned by the GET method

Can you answer this questions

danceclassesonline
Автор

Using my own api.key from application.properties. However, I get "401 Unauthorized" --> Unauthorized client error ?? Are we missing any access key in URL ?

rkapade
Автор

2:00 Passing an API key as url parameter? Let's not advertise bad practices

vjntstar