Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Ricardo Newcomer
@Doskin · Joined 5 years ago · 5 posts · 2 topics · 0 reputation
Badges
Recent posts
-
CADPHP execute php.file on click button
· 4 years ago
HI, The cadphp is working properly when code "cadphp:p1:test" is added at the beginning of the line. But i have two questions: Is it possible to execute it when a button is clicked? Is it possible to
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
Refering the topics, I mean if there any documentation (in Grav) for outputting data, Making API calls, oAuth,... Sorry I mean to say if there was already a plugin ;-)
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
Thanks again, No, it was not the goal of the post ;-) Just I want to be sure that there is no longer a plugin that provide a short solution to my requeriments. I have read some post, but I did not fin
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
Thanks for your response, I will try to give you more details... Connect to the API through OAuth 2.0. (request in JSON format) Then translate some ids. (Maybe the best approach is to have some flat
-
How do I get, manipulate and include data on a GRAV page?
· 5 years ago
Hi, I would like to know the best approach/architecture to do the following tasks in GRAV? 1 - Get data from an API REST 2 - Data manipulation 3 - Include the data on a page. Thanks in advanced!!