Duffer Derek

Current Path : /var/www/podio-api-client/src/utils/
Upload File :
Current File : /var/www/podio-api-client/src/utils/index.ts

import querystring from 'querystring';

/**
 * Generate query string from the object
 * Podio authentication request needs params in the form of FormData
 * To convert to FormData, use querystring library
 * @param obj
 * @returns
 */
export function generateQueryString(obj: any): string {
  return querystring.stringify(obj);
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists