# ApiCallPattern

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts#L58)

## Properties

| Property | Type |
|---|---|
| `pattern` | `| 'http_client'
    | 'fetch'
    | 'axios'
    | 'angular_http'
    | 'rxjs'
    | 'nuxt_fetch'
    | 'python_requests'
    | 'python_httpx'` |
| `regex` | `RegExp` |
| `extractEndpoint` | `(match: RegExpMatchArray) => string` |
