UNPKG

@serptech/api

Version:

Library for work with SERP API

14 lines (11 loc) 162 B
const apiVersions = [1]; const apiEndpoints = { v1: { base: "/", auth: "/", }, }; module.exports = { apiVersions, apiEndpoints, };