Settings and activity
1 result found
-
2,509 votes
We think you’re going to really, really dig the plugin integrations we’re making available later this year :)
Hoyle
An error occurred while saving the comment 6foot3foot supported this idea ·
It would be a game changer if the tool could allow me to connect it to an API endpoint that returns live JSON data. Then mark the fields (text, etc) with the mapping to that data.
e.g.
myapi/get/user
returns:
{
name: "john",
age: 32,
job: "dancing robot"
}
Then in XD I could mark a text field with User.name, User.age, User.job, and those would dynamically update with the api data.
Similar to our json import preview now, but being able to tag fields.
* Also in the interim dropping static json data / copy paste so it can map those keys would be helpful. But connect to live data would be amazing.