Replies: 2 comments
-
Yes, you can, e.g. something like this:
It will create a generic representation of the given resource (path). You can provide whatever arguments, e.g. cloudflare/lib/cloudflare/dns.rb Lines 16 to 32 in 5bbec93 Let me know if you need more specifics. It's also fine to make PRs adding missing functionality. I wouldn't call this gem a WIP, but Cloudflare makes it extremely hard to test anything (there are no sandbox accounts), and so it's kind of on an as needed basis as users contribute. |
Beta Was this translation helpful? Give feedback.
-
awesome, thanks! |
Beta Was this translation helpful? Give feedback.
-
Is there an escape hatch to just make a request with custom method/path/options?
I also need to update settings in the zone and it doesn't appear to be in there... unless I'm mistaken. I dont necessarily want to have to make PRs for every endpoint in the short term (just while library is being worked on, as it seems like WIP)
Beta Was this translation helpful? Give feedback.
All reactions