Tutorials on REST API?

Ranjeet Kasture

Ranjeet Kasture

@ranjeet-wLeJOv Oct 26, 2024
Hello Folks,
I want to learn and implement REST api in my next project. Please share your ideas, articles or tutorials on REST api, how to use REST? pros and cons of REST api> etc..
Thank you.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Sanyam Khurana

    Sanyam Khurana

    @sanyam-Nl7Zqc Mar 24, 2016

    Ranjeet Kasture
    Hello Folks,
    I want to learn and implement REST api in my next project. Please share your ideas, articles or tutorials on REST api, how to use REST? pros and cons of REST api> etc..
    Thank you.
    Always try to search first! And then if you've some specific things to ask, you can come up with them on the forum.

    If you don't show what you've researched, why would people help you?

    I'm helping you here, just in a hope that you'll come up with a research in your next question.

    A quick Google Search reveals this:
    #-Link-Snipped-#
    <a href="https://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank" rel="nofollow noopener noreferrer">Representational State Transfer</a>
    understand what REST architectural style pattern means. How it utilizes HTTP verbs to manipulate resources.

    Then go to a tutorial for particular implementation of the same. For example, for Flask, the tutorial by Miguel Grinberg: <a href="https://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask" target="_blank" rel="nofollow noopener noreferrer">Designing a RESTful API with Python and Flask - miguelgrinberg.com</a>

    Also, if you're using django, then documentation of DRF (Django REST Framework) would be your best bet!