Add Remote API

This commit is contained in:
Benjamin Toby
2024-11-06 07:37:42 +01:00
parent 190598aa3f
commit 6c78cae127
8 changed files with 55 additions and 35 deletions
+6 -22
View File
@@ -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;
/** ********************************************** */
/** ********************************************** */
/** ********************************************** */