instamojo-py icon indicating copy to clipboard operation
instamojo-py copied to clipboard

Python library for Instamojo API

Results 6 instamojo-py issues
Sort by recently updated
recently updated
newest added

I am trying to integrate with install mojo, Market place API, and perform auth using OAuth flow. Does the SDK provide wrappers for the same

Add a method that achieves the following functionality. `response = request.post("https://www.instamojo.com/api/1.1/payment-requests/" + str(payment_id) + "/disable/", headers=headers)` I'll be happy to work on it if needed. :smile:

While trying to install this package to use with our Py3 project, saw that it was breaking because it wasn't using the relative import. So added that. Also added a...

- Doesn't hit the server if compulsory parameters aren't passed to the `offer_create` function - Except if `base_price` < 9 - Addresses #3

- fixing `_api_call` was referring to response as `req` - fixing inconsistency in `offer_create` comments

This is mentioned in the Docs online, but is not in the SDK. Also confirmed that this works - although the docs mention has to be UTC timestamp, but actually...