Florian Purchess

Results 13 issues of Florian Purchess

We need a management command to synchronize subscriptions from paddle. Unfortunately, the Paddle API is not quite RESTful. However, there is an endpoint which lists all "users" including their subscriptions:...

In order to provide a better documentation, it'd be great to have an autogenerated documentation of all relevant modules / classes

help wanted

We need a payment model with the corresponding django-admin definition. Specs can be found here: https://developer.paddle.com/api-reference/subscription-api/payments/listpayments

We need a product model with the corresponding django-admin definition. Specs can be found here: https://developer.paddle.com/api-reference/product-api/products/getproducts

We need a management command to synchronize all payments from paddle. Payment specs can be found in the Paddle API: https://developer.paddle.com/api-reference/subscription-api/payments/listpayments

We need a management command to synchronize all coupons from paddle. Coupon specs can be found in the Paddle API: https://developer.paddle.com/api-reference/product-api/coupons/listcoupons

We need a management command to synchronize all products from paddle. Product specs can be found in the Paddle API: https://developer.paddle.com/api-reference/product-api/products/getproducts

We need a coupon model with the corresponding django-admin definition. Specs can be found here: https://developer.paddle.com/api-reference/product-api/coupons/listcoupons

The package "launchpad.net/gocheck" had been moved to "github.com/go-check/check". It would be great to update it accordingly.

It would be great if go-neural would be a little more idiomatic in terms of error handling. Especially the engine package throws panics where the error could be returned and...