|
|
|
|
|
by dschep
4803 days ago
|
|
Aside from the name crazyness this seems like a very thin layer on top of existing libraries to create a shared API across languages. Being mainly a Python dev, I see little reason to use it instead of Requests. It has a similar API for the basic verbs but nothing else. A quick glance at the code indicates to me that it doesn't have alot of the other features requests has (eg: simpler auth, cookies. builtin connection pooling). And worse it will explode on large a large response[1] [1] https://github.com/Mashape/unicorn-python/blob/master/unicor... |
|