Oh Boy Look At These API Endpoints. Seriously

preview_player
Показать описание
In this video I am going to look at a bunch of Rest API Endpoint and show the best practices to write rest api endpoints.

Knowing the best practices for writing API endpoints is a must for software engineers

Don't Forget to
===========================================

🙊 Here are the goods for all my videos video 🙊

► Recommended Books
===========================================

► Computer and Monitor
===========================================

► Camera Gear
=============================================

► IDE & Tools I use for coding 💻 🎒
===========================================
- ITerm
- VsCode
- GoLand
- IntelliJ Ultimate
- Sublime

P.S
===========================================

❤️ Thanks for watching
Рекомендации по теме
Комментарии
Автор

We need that video! API design best practices

heduardos
Автор

I don't think that endpoint api/v1/cars/users/{userId} follows the REST semantics. The operation looks like filtration "give me the cars of the user with id = x" - so fo this purposes query parameters work well. So the proper way of implementing this endpoint will be GET api/v1/cars?userId=xxx

Regarding export operations, just use headers to specify content you want. For example GET /invoices/123 produce by default JSON object, by if we use content type and accept headers to specify that caller needs application/pdf the response will be returned as PDF file with invoice details

maksimpatapenka
Автор

You should make a video about DTO's and when to use then! Would help a lot.

kevinlang
Автор

I've purchased your course and found them really useful - keep up the unbelievable work! Thanks for the continuous content amigo!

kenng
Автор

Lol these look like some of the endpoints on the project I'm working on at my job. I've tried to raise the flag. The whole code base is littered with terrible conventions but no one else seems to care

rdkrussel
Автор

Hi alibou, can you make the frontend part of your JWT code, with react or angular, preferably react, your tutorial was very helpful to me, but i would like a frontend to understand it better

nikolas
Автор

thanks! i was literally gonna do some research into endpoints for spring boot today and saw you uploaded this today.

alexanderlee
Автор

Great video! Good examples. Looking forwards to an API design best practices video!

michaelmartinez
Автор

@Amigoscode please can you make a tutorial on OpenAPI (Swagger versioning) with Spring Boot

michelchaghoury
Автор

you can configurate the requestMapping in your appication.propreties like that after that when you use your and point you just ahave to gave him the name of your implementation .

Batmanthy
Автор

I have a question about the content. Let's suppose you want to have a system which provides open access to anyone on the platform (e.g. unpaid customers) and 'secured' access to paid customers - what would the recommended naming convention be for good REST semantics?

Thanks again for the content Nelson!

kenng
Автор

hola Amigo <3 you content is litterly fresh air in a boring working day <3

stefanoriffaldi
Автор

Hi Nelson! Could you make a video on hexagonal architecture?

javierdetena
Автор

thanks, I had same endpoints in my app (it's running on production btw), it made me laugh, also good lesson :)

koralik
Автор

considering taking Java from your master class, but have this mentality that its hard.

nickbizz
Автор

very excited for the API design video!

gleba
Автор

that was awsome, waiting .. for REST design Best Practice video

ayuobmousa
Автор

Please vedio about serving file in spring boot with file system

public
Автор

i like your intellij theme, what is the name of your theme?

huytrinh
Автор

Love this video convention, Thanks ;)

LeszekChojnacki