From 5c56568228841228d2bbc7d1cbda15c74760ddf4 Mon Sep 17 00:00:00 2001 From: nikkel Date: Thu, 19 Mar 2020 17:02:54 +0700 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2201ff7..8e028a8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ From here you can browse the full documentation for our HTTP API. Our API is spl Before you get started, take a few minutes to review the information below about how to interact with our API. It includes information about how to send requests, what response data is sent in and how to handle errors. +What's Next +----------- + +* [Server Authenticator](server-authen.md) +* [Messages API](message-api.md) +* [Send API](send-api.md) + + Making requests ---------------