MCPcopy Index your code
hub / github.com/simstudioai/sim / buildApiBase

Function buildApiBase

apps/sim/connectors/gitlab/gitlab.ts:193–195  ·  view source on GitHub ↗

* Builds the REST API v4 base URL for the configured host.

(host: string)

Source from the content-addressed store, hash-verified

191 * Builds the REST API v4 base URL for the configured host.
192 */
193function buildApiBase(host: string): string {
194 return `https://${host}/api/v4`
195}
196
197/**
198 * Returns the encoded project identifier (numeric ID or URL-encoded path).

Callers 1

gitlab.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected