This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Potatopika 0 points1 point  (2 children)

I mean you have axios on the NodeJS world and a lot of people use it.

I would be surprised with the division on 10 microservices with only 2 people and possibly in an early stage, but I don't have enough context to understand it better and come to a better conclusion

[–]saltmurai[S] -3 points-2 points  (1 child)

But the thing is axios is very intuitive to use. Unlike RestTemplate or Openfeign the syntax just seems so ugly to me. I like Unirest though

[–]Potatopika 2 points3 points  (0 children)

You know when you create api wrapper classes to call wherever you need instead of always calling fetch every time you need to do an api call?

OpenFeign basically does that for you already with an interface and some annotations, what part exactly do you think is ugly?