Feature #3340

Move all Astakos API calls under /astakos

Added by Vangelis Koukis about 11 years ago.

Status:Assigned Start date:03/01/2013
Priority:High Due date:
Assignee:Sofia Papagiannaki % Done:

0%

Category:Astakos Spent time: -
Target version:0.14.0

Description

Isolate all Astakos API calls under the /astakos prefix.
Make the existing top-level API endpoints obsolete, keep them for the next version, remove in v0.15.


Related issues

blocked by Synnefo - Feature #3344: Define and manage resources as part of Astakos Resolved 03/01/2013

Associated revisions

Revision ac0760b2
Added by Sofia Papagiannaki about 11 years ago

Make astakos URLs configurable

Refs: #3351
Refs: #3340

  • Define a general astakos URL prefix
    (ASTAKOS_GENERAL_URL_PREFIX setting) that precedes
    all the astakos URLs. By default is '/'.
  • Define a views astakos URL prefix
    (ASTAKOS_VIEWS_URL_PREFIX setting) that precedes
    all the astakos views URLs. By default is
    `urlparse.urljoin(ASTAKOS_GENERAL_URL_PREFIX, 'im/').
  • Define an api astakos URL prefix
    (ASTAKOS_API_URL_PREFIX setting) that precedes all
    the astakos api calls. By default is
    `urlparse.urljoin(GENERAL_URL_PREFIX, '')`
  • Permit api call URL override.
  • Expose authenticate, get_services, get_menu
    calls also under the api URL prefix. Currently
    they are also available under /im prefix.
    Maybe consider in the the future to keep them only
    under api URL prefix.
Note that possible changes to the default astakos
URL configurations may require the appropriate
changes also to the following settings:
  • CLOUDBAR_SERVICES_URL
  • CLOUDBAR_MENU_URL
  • PITHOS_AUTHENTICATION_URL
  • PITHOS_USER_CATALOG_URL
  • PITHOS_USER_FEEDBACK_URL
  • PITHOS_USER_LOGIN_URL
  • PITHOS_UI_LOGIN_URL
  • PITHOS_UI_FEEDBACK_URL
  • UI_LOGIN_URL
  • UI_LOGOUT_URL
  • ASTAKOS_URL

Revision f632074d
Added by Sofia Papagiannaki almost 11 years ago

astakos: WIP move all api calls under ``/astakos/api``

Refs: #3340

Revision 79b5d61b
Added by Sofia Papagiannaki almost 11 years ago

astakos: WIP move all api calls under ``/astakos/api``

Refs: #3340

Also available in: Atom PDF