Skip to content

Commit d5129a9

Browse files
committed
remove conversation/readme.md and restore doc.go
1 parent 3222f47 commit d5129a9

File tree

3 files changed

+7
-283
lines changed

3 files changed

+7
-283
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ Amount: 9
5959

6060
Please see the other examples for a complete overview of all the available API calls.
6161

62-
## More examples
63-
* [Conversation API](./conversation/readme.md)
64-
6562
Errors
6663
------
6764
When something goes wrong, our APIs can return more than a single error. They are therefore returned by the client as "error responses" that contain a slice of errors.

conversation/doc.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Package conversation provides an interface to the Conversations API. The
2+
// API's docs are located here:
3+
// https://developers.messagebird.com/docs/conversations. The api.go file
4+
// contains the structs returned by the API, and the other files provide the
5+
// functionality needed to send requests, as well as any structs required for
6+
// that - e.g. request data or pagination options.
7+
package conversation

conversation/readme.md

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)