Skip to content

Latest commit

 

History

History
 
 

rest-export-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

REST Export plugin

This is a planned plugin that will deal with REST endpoints, allowing finished manifest to be exported to an external backend.

Usage

<RestExportPlugin
  manifestJson={
    {
      /* ... */
    }
  }
  apiEndpoint="https://"
  onSuccess={response => {
    /* ... */
  }}
  onError={(error, detail) => {
    /* ... */
  }}
/>