mesh-ui | 3D UI components for VR | Augmented Reality library
kandi X-RAY | mesh-ui Summary
kandi X-RAY | mesh-ui Summary
3D UI components for VR
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mesh-ui
mesh-ui Key Features
mesh-ui Examples and Code Snippets
Community Discussions
Trending Discussions on mesh-ui
QUESTION
I am able to login to the API and get back a bearer token, however if I then try to request an api token for the admin user, I get:
...ANSWER
Answered 2020-Sep-19 at 17:51Currently the only api changes for v2 are within the GraphQL endpoint. So loading the token should work for API v1 / v2.
Loading a new token must be done via a POST
request.
See https://getmesh.io/docs/api/#users__userUuid__token_post
I suspect you are using the wrong HTTP method.
POST is used since this operation is modifying the user and to avoid accidentally generating a new toke when pasting the URL in the browser.
The previously issued token will be invalidated.
QUESTION
Where can we restore old node versions in the Mesh-UI and on the REST level? As I can see each time I update a Node we get a new Version.
But how can we access old version and restore them?
...ANSWER
Answered 2018-Apr-25 at 09:56Restoring versions is not directly possible but you can load older versions using the version
parameter: https://demo.getmesh.io/api/v1/demo/nodes/079ae5d5467447b99ae5d5467447b934?version=1.1 and update the node using this data.
We plan to add full version restore in future versions of the new Gentics Mesh UI.
QUESTION
Is it possible to share nodes between projects? A kind of global nodes, like icons.
Or is there a concept of subprojects?
I was searching anywhere in the mesh-UI for such an option.
...ANSWER
Answered 2018-Apr-24 at 15:50No this is currently not possible. There are a few limitations when working with multiple projects:
Not yet supported:
- Moving nodes between projects
- Linking nodes between projects
- Using GraphQL across multiple projects
We plan to add a common /api/v1/nodes
endpoint which will allow you to load nodes of all projects.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mesh-ui
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page