railwaymen / restler

Make simple API request using functional programming
MIT License
2 stars 3 forks source link

Build URLRequest in one place #45

Closed sprzenus closed 3 years ago

sprzenus commented 3 years ago

Build URLRequest in the decode function in RequestBuilder and pass it to the next class instead of building it on subscription.