Bamboots is a network request framework based on Alamofire , aiming at making network request easier for business development.
Features:
- There is no need to inherit any object to get the features it has, and you can extend any features you want without changing the code of Bamboots itself.
- We have Default extension for most of the protocol, so you can easily startup.
- And if you have special needs, extend or conform to it.
- The API was designed with the principles of Alamofire, So you can also extend it as Bamboots already have done for you.
- Mainly focus on things between business development and Alamofire, not network request itself.
