MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / createApiKeys

Function createApiKeys

frontend/src/axios/apiKeys.ts:3–6  ·  view source on GitHub ↗
(params: object)

Source from the content-addressed store, hash-verified

1import { request } from '../utils/index'
2
3const createApiKeys = async (params: object) => {
4 const project_base_url = `api/v1`
5 return await request.post(`${project_base_url}/apikeys`, params)
6}
7const getApiKeysList = async <T extends Record<string, string>>(
8 params: T,
9) => {

Callers 1

handleCreateConfirmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected