Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Solution 3 - Dynamic updating of param tag(publish time) to plugins network request call 


API:

Code Block
API Name: '/search'

request:{
identifier”: [“plugin1”, “plugin2"]
}


As soon as plugin fix is done,Sunbird as to make an api to get the plugins metadata and pass lastUpdateOn time as config to editor's, The plugins framework should append the lastUpdatedOn field to plugins network request calls

...