You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my first page using an API and publishing the news from JSON
API: GetAllNewsFromCategory
this APi has got news.Image
news.title
new.sid (unique)
and news.PublishDate
the second page has got different api :
API: GetNewsById
news.id
news.content
news.summary
is it possible for first page to get news.content from second page? and use it on first page with Fluro? if yes is could you please explain how to do that?
The text was updated successfully, but these errors were encountered:
Hello
my first page using an API and publishing the news from JSON
API: GetAllNewsFromCategory
this APi has got news.Image
news.title
new.sid (unique)
and news.PublishDate
the second page has got different api :
API: GetNewsById
news.id
news.content
news.summary
is it possible for first page to get news.content from second page? and use it on first page with Fluro? if yes is could you please explain how to do that?
The text was updated successfully, but these errors were encountered: