Pagination JSON
It's not clear enough. Just specify this url in service settings
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
It's not clear enough. Just specify this url in service settings
At different positions ID. Transition should be from the list of posts.
http://appery.io/app/view/ada3c3e3-92...
Will help me? Maybe there is a tutorial?
Hello Andrew, sorry for delay. Please tell us steps to test the question.
Do you understand Russian?) I do not speak English
Yes, write in Russian
We'll reply in both English and Russian.
I want to make the reader wordpress. Made a list of posts, and we need to make the discovery of one post.
I do not understand how to do it.
REST API: https://public-api.wordpress.com/rest...
25095 - this is the post ID
My list of posts: http://appery.io/app/view/ada3c3e3-92...
Хочу сделать читалку WordPress для своего сайта, через API. Сейчас сделал список записей, еще нужно по клику на LINK окрывалась подробная запись поста (передавать ID поста). Через php я знаю как это сделть, но тут для меня темный лес ![]()
Содал новую страницу, и Services с URL: https://public-api.wordpress.com/rest... и с Request "ID"
Выше есть скрины)
Может есть похожие в учебнике?
Hello,
Steps how all should work:
execute service which retrieve multiple WordPress records(service A);
on the record click you should save record ID to localStorage variable;
create service which retrieve post by ID(service B);
on service B data source, map localStorage variable to request ID parameter;
map service B responses to corresponding components;
execute service B on some event.
http://docs.appery.io/documentation/r...
Your service url should be :
https://public-api.wordpress.com/rest...
with request parameter ID.
Let me know if you want that I post the same steps on russian.