Skip to content

FENIX connector that implements the FENIX communication protocol v2.0

License

Notifications You must be signed in to change notification settings

FENIX-Platform/fenix-ui-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FENIX Bridge

API

//This is an example
bridge.find({ ... });
  • bridge.find({ ... }) : find FENIX resource according to the filtering params
  • bridge.getEnumeration({ ... }) : get the specified enumeration resource
  • bridge.getCodeList({ ... }) : get the specified codelist resource
  • bridge.getResource({ ... }) : get the specified resource
  • bridge.getProcessedResource({ ... }) : get the processed resource
  • bridge.getMetadata({ ... }) : get the metadata of the specified
  • bridge.export( { ... } ) : export the specified resource
  • bridge.getMDSD( { ... } ) : get FENIX MDSD
  • bridge.all({ ... }) : turn an array of promises into a promise for the whole

About

FENIX connector that implements the FENIX communication protocol v2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published