You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Rt53 has a fully programmable API, and even if a basic single domain integration, this would be a good jumping off point to start integrating with third party providers.
The text was updated successfully, but these errors were encountered:
- adds the load_class call to common to return a pointer to the class
passed in
- refactors out BindProvider to be Provider, to adhere to the spec
preliminary work for #12
Note that the 'rt53' branch contains a breaking backwords compatability issue. The 'BIND array' data structure has been dropped in leu of a JSON array of objects to denote the incoming records. see #21
AWS Rt53 has a fully programmable API, and even if a basic single domain integration, this would be a good jumping off point to start integrating with third party providers.
The text was updated successfully, but these errors were encountered: