socketry / cloudflare

An asynchronous Ruby wrapper for the CloudFlare V4 API.
MIT License
140 stars 88 forks source link

Time to Migrate to CloudFlare API v4 #17

Closed ioquatix closed 7 years ago

ioquatix commented 8 years ago

We’re reaching out because we noticed you’re using CloudFlare’s API v1. Starting November 9th, 2016 at noon Pacific Time (20:00 UTC), CloudFlare will no longer be supporting API v1.

CloudFlare uses API v4 to power our customer dashboard, so unlike API v1, it has support for every single feature on CloudFlare. We've written extensive documentation to help you migrate from v1 to v4 available here: https://www.cloudflare.com/migrating-to-v4/

b4k3r commented 8 years ago

Yes, I know, but now I don't have enough time to do this. I hope, I will do migration in this summer.

josacar commented 8 years ago

We're writing a gem using API v4 and it'll support at start some DNS features, we expect to release it soon.

deanpcmad commented 8 years ago

Hi @josacar, just wondering if you've managed to start work on it?

josacar commented 8 years ago

It's a WIP only some basic DNS stuff added. https://github.com/peertransfer/cf

ioquatix commented 8 years ago

Any progress on this?

ioquatix commented 8 years ago

Bump :)

ioquatix commented 8 years ago

@b4k3r can you give me access to the gem and I will make a new version?

ioquatix commented 8 years ago

@b4k3r My plan is to bump the major version to support the new API. Are you happy with that?

kevincox commented 8 years ago

@ioquatix why do you need access to the gem? It's my understanding that the code isn't ready yet, so can't you just sent a pull request with the changes. @b4k3r should then be able to release it on his own.

ioquatix commented 8 years ago

@kevincox because I need a guarantee that I'm not wasting my time working on this :)

kevincox commented 8 years ago

I think a comment saying he is willing to accept a PR and publish should be enough.

b4k3r commented 8 years ago

@ioquatix I'm very happy :) @kevincox ioquatix helped me a lot with this gem, so I have nothing against to give him an access. Also I have no time to upgrade this to new version so it's good that ioquatix wants help me.

ioquatix commented 7 years ago

Okay, so I've started working on this. Hopefully have something sorted soon.

ioquatix commented 7 years ago

Almost done.