twodayslate / NetUtils

WHOIS, DNS, ping, view source, and more!
https://itunes.apple.com/us/app/netutils/id1434360325?mt=8
Other
34 stars 6 forks source link

Add WHOIS XML API Website Contacts API endpoint #74 #112

Closed iphone201988 closed 1 year ago

iphone201988 commented 1 year ago

https://website-contacts.whoisxmlapi.com/api

A new section model will need to be created.

Here is an example https://github.com/twodayslate/NetUtils/blob/master/ec3730/Models/Sections/WhoisXmlDnsSectionModel.swift

You will then need to add the service

https://github.com/twodayslate/NetUtils/blob/master/ec3730/Models/HostSectionModel.swift#L64 https://github.com/twodayslate/NetUtils/blob/master/ec3730/Models/HostViewModel.swift#L48 Please ensure this shows up for existing users

twodayslate commented 1 year ago

Simulator Screen Shot - iPhone 8 - 2022-10-20 at 01 23 10

Preview data is for CNN but URL is google. Let's be consistent here and have the demo data be for google.com?

twodayslate commented 1 year ago

Getting decoding errors while testing.

Simulator Screen Shot - iPhone 8 - 2022-10-20 at 01 29 40

twodayslate commented 1 year ago

Did you notice that the second disclosure group does not close? Any ideas?

twodayslate commented 1 year ago

Empty fields do not need to be added.

twodayslate commented 1 year ago

NetUtils-5-40-29-PM.patch.txt

Here is a patch to get you started