Skip to content

General Application Settings

chernser edited this page Sep 21, 2012 · 3 revisions

Application has next configurable parameters:

  1. Description
  2. Routes prefix

There is access token on general settings panel. It is used to pass within header 'Access-Token' of application api requests. Access token is used to determinate which application context should be applied to handle request.

Description

Just few words about your application, like "Presentation #3 Prototype" or "Don't touch!"

Routes prefix

Prefix is part of url which is cut-off to proper transform to resource URI. It is useful for mocking up 3rd-party applications with defined API prefix.

For example, you want to mock-up some 3rd-party API with next URL format '/service/v1//'. Just put '/service/v1 into ** Route Prefix ** field and save. Starting from this moment all requests to '/service/v1/' will be correctly handled by application API.

Clone this wiki locally