Home

Awesome

Header

What is Summit?

Summit is the upcoming synchronization server for the Everest REST client. It will facilitate the synchronization of your Everest projects between multiple devices and multiple members of your team.

It will be available as a subscription-based cloud-service. Plans will be declared early next year when Everest is officially released.

Summit will be written in Node.js.

Components

RESTful API

Get all requests from a project
GET /api/projects/<ProjectID>/requests/
Change the target and HTTP method of a particular request
PATCH /api/projects/<ProjectID>/requests/<RequestID>

{
    "target": "https://anapioficeandfire.com/api/characters/1303",
    "httpMethod": "POST"
}

Live Sync

Database

Open Source

Summit is licensed under the Apache 2.0 License. It is made open-source so that users have the option to self-host the server and configure their Everest installations to use it.