Please suggest simplest way to make own api service? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please suggest simplest way to make own api service?

how can we design our own api service in java? from scratch. thanks in advance.

5th Feb 2018, 4:20 PM
Avdhoot yadav
Avdhoot yadav - avatar
1 Answer
0
Learn Java. You don't need to know everything, but OOP and modularization-related parts like Generics, inheritance, and etc will be useful. Learn to build an API. Including automated tests & documentation is nice, and an API website (can be easily automated with, for example, GitHub's GH-Pages) just for the docs is not the worst idea. Build the API. For easy, free, online hosting you can try Heroku, but of course there are limitations.
5th Feb 2018, 7:10 PM
Tom Shaver
Tom Shaver - avatar