-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display topics and entities discovered by MICO #5
Comments
In class-helixware-template-service.php (around ln 300) we can extend the current HelixWare call to load additional data from MICO using an AJAX call. |
However we need the attachment GUID in order to query the remote service. |
The GUID is in the form of http://cloud-test.helixware.tv/api/assets/xyz and it's already set by the HelixWare plugin for WordPress. |
Now we can get topics using http://wordpress/wp-admin/admin-ajax.php?action=hx_topics&id=60785 |
And entities using http://wordpress/wp-admin/admin-ajax.php?action=hx_entities&id=60785 |
See insideout10/mico-gateway#1
The text was updated successfully, but these errors were encountered: