Hey Developers, Today i'm gonna be teaching you how to make REST ful APIs using node js and express. (part 1 of 2)
what is REST api (according to ...
For further actions, you may consider blocking this person and/or reporting abuse
do you know my favorite REST API? it is the json-server. A rest API for a json file database. it is great for prototyping
Seems interesting
(GET,POST,PUT,PATCH,DELETE) is not enough. You can use those methods much more. It is also very interesting to use Content-Type headers, which can be used to specify the desired output format.
You're 100% right , but we have to abstract it since it's for beginners :)
Thanks for such a great explanation bro. All these days I thought REST is a technology and I gotta learn it.😅 And your other articles are also well explained. Keep up the good work.
Great explanation thank you!
Welcome :)
Nice intro to REST..
It would be great to have similar article on HTTPS / SSL
Sure :)
Nice explanation!
Thank you buddy:)