binaryedge / 40fy

Features and development of the 40fy SaaS
4 stars 1 forks source link

Subdomains associated with domain #5

Closed balgan closed 5 years ago

balgan commented 5 years ago

This features allows you as a user to give a domain ie: binaryedge.io

and receive in return a list of subdomains that we have on our database associated with that domain ie:

app.binaryedge.io blog.binaryedge.io

etc...

igama commented 5 years ago

Example answer for the subdomains endpoint that will soon be available

{
    "query": "root:example.com",
    "page": 1,
    "pagesize": 100,
    "total": 6308,
    "events": ["m.example.com", "startup.antichat.example.com", "anandop1.example.com", "vladimirbezz3.example.com", "i.seeva.example.com", "al.example.com", "misha198815.example.com", "ucbnjyarocqt1ytlbm.example.com", "antonovaatim.example.com", "alexeypolyashov.example.com", "estrade772.example.com", "hogehoge.example.com", "aivaikin.example.com", "dunaev3.example.com", "maila1.example.com", "i.boev.example.com", "artel-nvk.example.com", "davinciservice1.example.com", "a75216257.example.com", "vnk1-1.example.com"]
}
balgan commented 5 years ago

Implemented. Closing this