Skip to content
Alvin Cheng edited this page Apr 23, 2023 · 38 revisions

Introduction

Welcome to the Chill&chat API documentation, This documentation will have the information about the API endpoints and how to call each of the endpoints using Javascript. You may use the index below to navigate the documentation. After every major release the documentation will be updated to the latest version.

Contents

Required knowledge

To read this documentation comfortably, we expect you to know how to read English; Programming concepts like Backend, frontend, API and some technical words on backend programming.

Using the documentation

This documentation can be used to get all the API information to be used in your programs. Every endpoint will have an example code snippet, you are welcome to copy and paste it into your program. Furthermore, the example snippets are written in Javascript and will be using the fetch/post functions to send requests to the server.

Contribution

Chill&chat is open and free software, we would love for you to contribute to the Chill&chat API or the documentation, to contribute please submit a pull request or an issue.

Clone this wiki locally