# System Methods

### Methods Detail

The [Lyftrondata](https://www.lyftrondata.com/) driver for [Launchdarkly](https://www.lyftrondata.com/integration/sales-analytics/launch-darkly/) provides information about the description and usage of the method in the code.

Methods Return Type: <mark style="color:blue;">**tuple(bool, token:str)**</mark>

| Method Name          | Return Type | Parameter                                                                                                                                                                                            | Description                                         |
| -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| initializeAPI        | tuple       | credentials                                                                                                                                                                                          | This method is use to initialize the API            |
| fetchDataFromAPI     | tuple       | <p>table(tablename)</p><p>parameter(schemaname) from\_page(start page number) to\_page (end page number)</p><p>columName(name of column)</p><p>columnValue(column value)</p><p>limit(rows limit)</p> | This method is use to fetch data from API           |
| execute\_query       | tuple       | string                                                                                                                                                                                               | This method is use to execute query                 |
| get\_schema\_list    | tuple       | ConnectorObj                                                                                                                                                                                         | This method is use to get the schema list           |
| get\_schema\_objects | tuple       | ConnectorObj schema                                                                                                                                                                                  | This method is use to get the schema object details |
| get\_object\_columns | tuple       | <p>ConnectorObj schema</p><p>list</p><p>number\_of\_page</p>                                                                                                                                         | This method is use to get the object columns detail |
|                      |             |                                                                                                                                                                                                      |                                                     |

### Quickstart Steps

Do you have questions about how to use the platform? Don't worry; we've got you covered. Simply follow the quickstart instructions [here](https://docs.lyftrondata.com/sales-analytics/readme/launchdarkly/driver-framework).

### Questions? <a href="#questions" id="questions"></a>

We're always happy to answer any additional questions you may have! [Set up a meeting with our data experts.](https://www.lyftrondata.com/book-a-meeting/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lyftrondata.com/sales-analytics/readme/launchdarkly/driver-framework/system-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
