Skip to content

API Documentation for the Home Page

Jeffrey Leung edited this page Sep 3, 2017 · 3 revisions

Get the home page

Description

Returns the Pac Macro home page.

Request

Method

GET

Mapping

/

Response

Codes

HTTP Status Code Meanings
200 OK Retrieved the home page succesfully
500 Internal Server Error The server crapped itself

JSON body

{
	"Welcome to the Pac Macro server!"
}

Example cURL call