fiber icon indicating copy to clipboard operation
fiber copied to clipboard

🚀 v3 Request: Refactor Client

Open efectn opened this issue 2 years ago • 5 comments

I think current client Implementation is very complex and limited. I think we should do these tasks to solve it:

  • Move client.go to client/. Project structure will be more tidy by splitting the client.
  • Re-create client by inspiring by go-resty/resty

efectn avatar May 10 '22 07:05 efectn

What do you think about node.js axios ? It's looking pretty for client.

balcieren avatar May 11 '22 15:05 balcieren

What do you think about node.js axios ? It's looking pretty for client.

I don't have any experience with Node.js but it looks like nice. Guzzle is also good and clean client.

efectn avatar May 11 '22 15:05 efectn

Axios is a good one!

YuilTripathee avatar Jul 02 '22 14:07 YuilTripathee

I think axios has good UX. And maybe I can work for this feature, which branch should I start my work?

wangjq4214 avatar Jul 27 '22 08:07 wangjq4214

I think axios has good UX. And maybe I can work for this feature, which branch should I start my work?

You can fork Fiber and work on v3-beta branch. I assign you to this issue.

efectn avatar Jul 27 '22 08:07 efectn