hexios
Version:
A haystacks based API testing automation plugin used for building API testing automation frameworks, wrapper for the axios library.
18 lines (16 loc) • 691 B
JavaScript
/**
* @file plugin.command.constants.js
* @module plugin.command.constants
* @description A file to hold all of the plugin commands constants.
* @requires {@link https://www.npmjs.com/package/@haystacks/constants|@haystacks/constants}
* @author Seth Hollingsead
* @date 2023/04/20
* @copyright Copyright © 2023-… by Seth Hollingsead. All rights reserved
*/
// External imports
import hayConst from '@haystacks/constants';
const {bas, gen, num, wrd} = hayConst;
// ********************************
// hexios commands in order
// ********************************
export const cbuildApiActionFunction = wrd.cbuild + gen.cApi + wrd.cAction + wrd.cFunction; // buildApiActionFunction