1. 13 Oct, 2019 4 commits
    • Bill Gertz's avatar
      Style space change · 933d49b0
      Bill Gertz authored
      Extra space on empty line 27.
      933d49b0
    • Bill Gertz's avatar
      Updated to use _H1 Authorization: Basic · 9af85f5a
      Bill Gertz authored
      Updated to use suggested export _H1 env var to supply Authorization Basic credentials. This undocumented support for Basic Authorization, ContentType, etc. needs to be documented in DNSAPI Dev Guide. Removed two stray debugging lines.
      9af85f5a
    • Bill Gertz's avatar
      Space style changes. · 7ec52145
      Bill Gertz authored
      Local copy of shellcheck somehow missed these, odd.
      7ec52145
    • Bill Gertz's avatar
      Rewrite to conform to Dev guide · aa611248
      Bill Gertz authored
      Created _get_root() that tests the requested host is a subdomain to the domains hosted on MailinaBox (MIAB) DNS Server. Created common _miab_rest() used with dns_miab_add(), dns_miab_rm() and _get_root(). Also created barbaric _is_json() to test the response given by the MIAB Custom DNS API at least looks like a JSON file. We should add a hint to use _normalizeJson with JSON responses so _startswith, _endswith won't perplexingly fail.
      aa611248
  2. 08 Oct, 2019 7 commits