Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Fix markdown headers and horizontal rules
Browse files Browse the repository at this point in the history
  • Loading branch information
germanrcuriel committed Feb 11, 2018
1 parent 276fdf1 commit 59c76c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/api.md
Expand Up @@ -2,14 +2,14 @@

## api.test - Checks API calling code

####Arguments:
#### Arguments:

| Argument | Example | Required | Description |
| -------- | ---------- | -------- | -------------------------- |
| `error` | `my_error` | Optional | Error response to return |
| `foo` | `bar` | Optional | Example property to return |

####Example:
#### Example:

CoffeeScript

Expand All @@ -32,7 +32,7 @@ slack.api.api.test({
});
```

####Response:
#### Response:

```json
{
Expand All @@ -55,8 +55,8 @@ If called with an `error` argument an error response is returned:
}
```

###Errors:
### Errors:

This method has no expected error responses. However, other errors can be returned in the case where the service is down or other unexpected factors affect processing. Callers should always check the value of the ok params in the response.

===
---

0 comments on commit 59c76c6

Please sign in to comment.