mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-12 20:12:40 -06:00
Update project version to 0.2.0, improve JSON placeholder
This commit is contained in:
@@ -87,6 +87,6 @@ export const placeholders: Record<SimplifiedTargetType | "auto", string> = {
|
||||
url: "https://rdap.org/domain/example.com",
|
||||
tld: ".dev",
|
||||
registrar: "9999",
|
||||
json: "{ (paste JSON) }",
|
||||
json: `{"objectClassName":"domain", ... }`,
|
||||
domain: "example.com",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user