src/whois/api_doyosi

    Dark Mode
Search:
Group by:

Doyosi free API implementation

API source code: https://github.com/Karyazilim/DoyosiWhois

Procs

proc apiFetch(self: var Domain; noCache = false): bool {....raises: [KeyError,
    ValueError, HttpRequestError, Exception, LibraryError, OSError, SslError,
    IOError, TimeoutError, ProtocolError, JsonParsingError, TimeParseError],
    tags: [RootEffect, ReadIOEffect, WriteIOEffect, TimeEffect].}
This function fetch the data of domain and returns a ApiResponse instance Returns true on request success