atrepca / dynect4r

Ruby library and command line client for the Dynect REST API
Other
15 stars 5 forks source link

Cannot pass GET resources query string params #5

Open minaguib opened 7 years ago

minaguib commented 7 years ago

The Dyn endpoint GET REST/AllRecord/<zone> has special support for query string arguments, for example, detail=y

Unfortunately, without using dirty ruby trickery, it's currently impossible to supply QS vars to this library for GET calls:

atrepca commented 6 years ago

Hey @minaguib, sorry for the very late reply here, I missed this. I'm looking at the docs for REST/AllRecord and I see:

Arguments: No Arguments.

Where did you see arguments can be passed to this REST resource?