REST API Series | Tutorial 6: How to design URI/URL?

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 46

  • @desentralizandolared9239
    @desentralizandolared9239 Месяц назад

    23 minutes of video and other 30 minutes taking notes, thank you!

  • @DamonGarfield
    @DamonGarfield 2 года назад +2

    That's probably one of the best URI tutorials I've seen, thank you!

  • @ElCazadorDigital
    @ElCazadorDigital Год назад

    The best api design tutorial I have ever seen!

  • @dhoybads
    @dhoybads Год назад

    Excellent | Very good explanation | Crystal clear presentation! - Best URI/URL Tutorial ! 👏

  • @adelinared1
    @adelinared1 4 года назад +1

    I've never learned these rules but followed something like this from studying. Thank you for increasing my knowledge.

    • @JRACADEMY
      @JRACADEMY  4 года назад +2

      Thanks for watching videos, Keep learning, help us grow this developer community - Like, Share and Subscribe

  • @Ali-RS
    @Ali-RS 4 года назад +4

    This is a really great explanation and made it a lot clear for me on how to design my REST endpoints.
    Thank you so much for sharing this :)

    • @JRACADEMY
      @JRACADEMY  4 года назад

      thanks for watching videos

  • @codedigitally9236
    @codedigitally9236 2 года назад

    Nice to capture everything in 23:39 min video. Easy and Best.

  • @lynnalhaimy
    @lynnalhaimy Год назад

    This was very well explained, thank you!

  • @mikemontgomery8313
    @mikemontgomery8313 2 года назад +1

    Excellent. Not nearly enough of this sort of more rigorous educational content in web development. Too much hackey thinking going around

  • @ajaymahadevkandregula1207
    @ajaymahadevkandregula1207 4 года назад +1

    Very Well Explained, I had learned new things. Thanks for sharing your knowledge

    • @JRACADEMY
      @JRACADEMY  4 года назад +1

      Thanks for watching videos.

    • @lanekolton3181
      @lanekolton3181 3 года назад

      Dunno if you guys gives a shit but if you guys are bored like me atm you can watch all of the latest movies and series on InstaFlixxer. I've been binge watching with my brother for the last days =)

  • @clencyoyiera
    @clencyoyiera 4 месяца назад

    This is an amazing one, 100%

  • @prajwalsn7005
    @prajwalsn7005 3 года назад

    excellent information and presented very neatly.

  • @chazzhorn7688
    @chazzhorn7688 2 года назад

    Very informative video. Keep up the great work!

  • @DennisMarwood
    @DennisMarwood Год назад

    Quality content.

  • @teresilla83
    @teresilla83 3 года назад

    Great video!! Thanks for publishing it!!

  • @contactrajpal
    @contactrajpal 3 года назад

    Excellent!! precise explanation.

  • @enriqueuzcategui6057
    @enriqueuzcategui6057 2 года назад

    Great class man I learned a lot, thank you!

  • @zavedshaik2760
    @zavedshaik2760 Год назад

    super explination

  • @bachirassi9448
    @bachirassi9448 4 года назад +1

    Great video thx for sharing. I have a question, let's say that in your example, videos had a param called type and I want to get a list of users who have video type = 'ABC'.
    How would my URL look like?

    • @JRACADEMY
      @JRACADEMY  3 года назад

      Thanks for watching videos..
      You can always use query parameter but in your case you are combining two resource videos and users, you can create based on one of them EX: ..users/videos?type=ABC

  • @ankiitsharma
    @ankiitsharma 2 года назад

    Great

  • @srikanthvidiyala565
    @srikanthvidiyala565 3 года назад

    Good Explanation...!

  • @oliveryt7168
    @oliveryt7168 3 года назад +1

    Great!

    • @JRACADEMY
      @JRACADEMY  3 года назад

      Thanks for watching videos..

  • @Ali-RS
    @Ali-RS 4 года назад +1

    A question, will resource like "friends list" and "posts" in a social app will be considered as a "store"?
    As those are managed by the user and a user can add/remove friends or posts on his own.

    • @JRACADEMY
      @JRACADEMY  4 года назад +1

      yes,

    • @Ali-RS
      @Ali-RS 4 года назад

      @@JRACADEMY Thank you so much for your response.

  • @Ali-RS
    @Ali-RS 4 года назад +1

    Hi again :)
    Does it make sense to have two sets of API endpoints, one set which is aimed at regular users of API that let to access to only one user's resources and mostly are nested under the " /users/{user-id}/" in which they must provide their user ID, means that they can access only to their own resources. And another set of admin related endpoints under the "/admins/" that let admins of API access to resources of all users.
    Is this a good approach?
    Regards

    • @JRACADEMY
      @JRACADEMY  4 года назад

      Thanks for watching videos, that is also good approach, and there is no one good or bad approach, it is based on functionality of your application.

  • @amarj5899
    @amarj5899 3 года назад

    Can someone please tell me where can I find these ppt or notes in the videos??

  • @artwriter7377
    @artwriter7377 Год назад

    I have one query
    let's say we have database of 10 million movies and we expose movie name with endpoint "/api/movies"
    as we can see it's not good idea to return all 10 million names instead I implement pagination to it
    "/api/movies?startswith=32&pagesize=20" it works fine now
    but what if someone do this
    "/api/movies?startswith=1&pagesize=1000000" you can see it's too much data
    should I impose some limit to how much name user can request , if not suggest me what to do

  • @radijaye7435
    @radijaye7435 Год назад

    Can I know why call it URI even if it's the same as URL in this case

  • @pratheepkumar4218
    @pratheepkumar4218 4 года назад +1

    Thanks to provide a good video.. katalon studio API testing also doing . How to do it..

    • @JRACADEMY
      @JRACADEMY  4 года назад +1

      thanks for watching, Katalon Studio Testing, i will update you when we create video...

  • @annewell8832
    @annewell8832 3 года назад

    Awesome!

  • @najibassaadi5598
    @najibassaadi5598 3 года назад

    Awesome !!

  • @krishnamurthymadaraboina1556
    @krishnamurthymadaraboina1556 Год назад

    as the video is full of information, may its better to split the video to be less than 10 minutes.

  • @Ali-RS
    @Ali-RS 4 года назад +1

    In this article: www.kennethlange.com/7-tips-for-designing-a-better-rest-api/ in section 2-Use Subresources to Show Relationships
    the author proposed two different rules of thumb for showing relationships: "part of" and "belongs to" relation.
    I was considering using "belongs to" but not sure if it would be the best choice. I am interested to hear your idea about them and know which one you would suggest.
    Regards

    • @JRACADEMY
      @JRACADEMY  4 года назад

      Thanks for watching videos, yes, belong to is good approach...again cross check your apis with your functionality of application.