Skip to content

Overview

Kason Chan edited this page Jun 4, 2015 · 9 revisions

This describes the resources that make up the PlayChat API v0.1. The goal of this API is to be RESTful and as simple as needed.

Current Version

By default, all requests receive the v0.1 version of the API.

Schema

All data is sent and received as JSON.

All timestamps are returned in long format:

1432441527583

Authentication

Basic Authentication is the way to authenticate through PlayChat API v0.1. Requests that require authentication will return 401 Unauthorized, instead of 403 Forbidden, in some places. This is to prevent the accidental leakage of private repositories to unauthorized users.

Clone this wiki locally