You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Ashraf-Ali-aa
We are using axios for api calls. It's deeply integrated into our logic and it will be hard to replace it with feTS.
Right now we don't plan to change axios to any other library but feel free to create your implementation. You can create fork and create pull request with your suggested changes.
ok, thanks, you can use axois with Fets, this tool replaces the code generation part for getting API type safety in TS, it generates types at build time so no code is generated
I looks good, but I think it will not easy for that, we would also need to do some changes on the backend side, and now we don't have capacity to do that. But I will leave this issue open and maybe in near future we will try to implement it 🙂
Start Date
No response
Implementation PR
No response
Reference Issues
No response
Summary
use https://github.com/ardatan/feTS for API client
Basic Example
check the website
Drawbacks
require open API spec
Unresolved questions
No response
The text was updated successfully, but these errors were encountered: