Add Remote API
This commit is contained in:
+6
-22
@@ -1,22 +1,10 @@
|
||||
/**
|
||||
* ==============================================================================
|
||||
* Imports
|
||||
* ==============================================================================
|
||||
*/
|
||||
import imageInputFileToBase64 from "./imageInputFileToBase64";
|
||||
import imageInputToBase64 from "./imageInputToBase64";
|
||||
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
/** ****************************************************************************** */
|
||||
|
||||
/**
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
* Media Functions Object
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
*/
|
||||
const media = {
|
||||
imageInputToBase64: imageInputToBase64,
|
||||
@@ -24,9 +12,9 @@ const media = {
|
||||
};
|
||||
|
||||
/**
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
* Media Functions Object
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
*/
|
||||
const auth = {
|
||||
imageInputToBase64: imageInputToBase64,
|
||||
@@ -34,16 +22,12 @@ const auth = {
|
||||
};
|
||||
|
||||
/**
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
* Main Export
|
||||
* ==============================================================================
|
||||
* ==========================
|
||||
*/
|
||||
const datasquirelClient = {
|
||||
media: media,
|
||||
};
|
||||
|
||||
export default datasquirelClient;
|
||||
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
/** ********************************************** */
|
||||
|
||||
Reference in New Issue
Block a user