zayne-labs / call-api

A lightweight wrapper over fetch with zero race conditions by default, and everything one could yearn for in a fetching library like timeouts, retries, interceptors and so much more
https://zayne-callapi.netlify.app
30 stars 4 forks source link

An official Documentation site. #27

Closed xeuxdev closed 4 months ago

xeuxdev commented 5 months ago

After checking this out I'm absolutely blown away ๐Ÿ”ฅ. It solves so many problems, I was thinking ๐Ÿค” it'd be nice if CallApi has an official website or rather a documentation site.

I'll also like to take a crack at it.

Ryan-Zayne commented 5 months ago

Hey @xeuxdev! Thank you for the suggestion๐Ÿ˜

To be honest this has actually crossed my mind a lot these past few days.

But based on the things I'm currently catching up to, I'm not exactly sure when I could fully commit to working on that. It's definitely in the Todo list for sure tho!

And yes, I'll sincerely appreciate if you would take a crack at it. If you also come across a feature that you feel could be better documented, feel free to contribute.๐Ÿ™Œ

Thanks once again๐Ÿ”ฅ

xeuxdev commented 5 months ago

Sure man ๐Ÿ”ฅ.

Theonly blocker hindering me from starting is where to put the doc app in the present repo structure ๐Ÿ˜Š

@Ryan-Zayne

Ryan-Zayne commented 5 months ago

Sure man ๐Ÿ”ฅ.

Theonly blocker hindering me from starting is where to put the doc app in the present repo structure ๐Ÿ˜Š

@Ryan-Zayne

You want to make it a monorepo then?๐Ÿค” How bout if I move the entire package to a 'packages' directory, and then you could add the doc app to a 'website' directory?

Would that suffice, or do you have a better idea in mind?

xeuxdev commented 5 months ago

Yeah that would be perfect ๐Ÿ”ฅ

Ryan-Zayne commented 5 months ago

Yeah that would be perfect ๐Ÿ”ฅ

Sounds like a plan then, I'll effect this structure in the next release๐Ÿ‘

Ryan-Zayne commented 5 months ago

@xeuxdev please do keep reach out to me on whatsapp, so that once I effect this change it'll be easy to notify you, and discuss the strategy moving forward

Ryan-Zayne commented 4 months ago

solved by #44