-
-
Notifications
You must be signed in to change notification settings - Fork 110
Improve client's API #9
Comments
Note that this should be an addition, sitting on top of what is currently there (though that too will doubtless be changed around quite a bit). I'm not certain where things like redirect handling belong; a couple of designs for that that occur to me are:
|
I agree. The plan is to add a separate module, which defines the API that will sit on top of the current implementation. It'll be implemented as a nice abstraction of the lower level parts of the client. As for now, I think this should be implemented as plain functions defined within the I'll start working on a first example and that we can brainstorm on. |
I won't make any pull request until it's done. I mentioned the issue in the commit for the sake of the discussion happening here. |
@chris-morgan ping? |
(See #23 (comment).) |
Clean rlib files
The idea is to implement an API along the lines of python-requests.
The text was updated successfully, but these errors were encountered: