Featured
Last updated
Last updated
Fetch featured sections of registry OR if you provide storeKey in query it will fetch featured sections from store.
Successful operation
Title of the Featured Section. This will be displayed on the dApp Store. It should be simple and clear.
"Our Curated list"
Description of the Featured Section. This will be displayed on the dApp Store. It should be simple and clear.
"This is a curated list of dApps that we think you will like. Our curators have used these dApps and found them worthy of your attention."
Key of the Featured Section. This will be used to identify the Featured Section. It should be simple and clear
"curated-list-1"
List of dApp IDs that are part of this featured section. The dApp IDs should be the same as the ones in the dApp Store's dApps list. All the dappIds specified must already exist in the registry. There must be at least one dappId in the list.
This is to delete a featured section to dapp
Send the request with the parameters
The name of the developer (from GitHub)
"r488it"
The email of the developer (from Github)
"test@example.com"
The JWT access token of the developer (from Github) for user to server API Calls
"ghu_cSB18uvyUKmNaC0adq3aAwIQTRY9U53RgMI"
The GitHub ID of the developer
"r4881t"
Key of the featured section which will be deleted.
"curated-list"
Unique Id of a particular store. provide only if you want to delete feature section in the particular store.
"example.dappstore"
successful operation
This is to add a featured section to dapp
Send the request with the parameters
The name of the developer (from GitHub)
"r488it"
The email of the developer (from Github)
"john@example.com"
The JWT access token of the developer (from Github) for user to server API Calls
"ghu_cSB18uvyUKmNaC0adq3aAwIQTRY9U53RgMI"
The GitHub ID of the developer
"r4881t"
Title of the Featured Section. This will be displayed on the dApp Store. It should be simple and clear.
"Our Curated list"
Description of the Featured Section. This will be displayed on the dApp Store. It should be simple and clear.
"This is a curated list of dApps that we think you will like. Our curators have used these dApps and found them worthy of your attention."
List of dApp IDs that are part of this featured section. The dApp IDs should be the same as the ones in the dApp Store's dApps list. All the dApps in this list should be published.
Unique Id of a particular store. provide only if you want to add feature section in the particular store.
"example.dappstore"
successful operation