Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Tolbert committed Dec 11, 2018
1 parent 3a42aad commit 1761aae
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ docs/.gitignore
## Deploy files
deploy_key.pub
deploy_key
my_project
my_project
.DS_Store
6 changes: 5 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* [Messaging API Concepts](concepts.md)
* [v1 → v2 Migration Guide](messaging2Migration.md)
* [Billing and MPS Guidelines](billingAndMpsGuidelines.md)
* [Billing information](billingAndMpsGuidelines.md#billing)
* [How Bandwidth Helps Messaging](billingAndMpsGuidelines.md#how-bandwidth-helps)
* [Default Rate Limits](billingAndMpsGuidelines.md#default-rate-limit)
* [Managing Messages](billingAndMpsGuidelines.md#managing-messages)

## Initial Account Setup
* [via UI](uisetup.md)
Expand Down Expand Up @@ -69,7 +73,7 @@
* [Carrier Errors with Ambiguous Cause](codes.md#carrier-ambiguous-errors)
* [400 - Bad Request](errors/badRequest.md)
* [401 - Unauthorized](errors/unauth.md)
* [403 - Forbidden](errors/forbidden.md)
* [403 - Forbidden](errors/forbidden.md)
* [415 - Unsupported Content Type](errors/unsupportedContentType.md)
* [429 - Too Many Requests](errors/tooManyReq.md)

Expand Down
Loading

0 comments on commit 1761aae

Please sign in to comment.