## Teamwork

### Get account information

[**GET /account.json**](https://developer.teamwork.com/projects/account/get-account)

```js
tw.teamwork.account()
```

### Authenticate a user

[**GET /authenticate.json**](https://developer.teamwork.com/projects/authentication-questions/authentication)

```js
tw.teamwork.authenticate()
```

### Search

[**GET /search.json**](https://developer.teamwork.com/projects/search/search)

```js
tw.teamwork.search(query_string)
```

### Execute api query

[** **]()

```js
tw.teamwork.query(options)
```
