openstack-map/sdks.yaml
Melvin Hillsman 9a55e3e2c2 Update the prelude/description
After discussion during API SIG office hours on 12-20-2018 it was agreed
that this wording would help set scope/clarify what is an SDK.
Discussion regarding SDK work was started on the ML and the API SIG
stepped up to lead the initial effort as the work evolves. Thread
available here - http://lists.openstack.org/pipermail/openstack-discuss/2018-December/000691.html

Change-Id: Id0afb9dd040699d8b794c3377553335c35a29658
Signed-off-by: Melvin Hillsman <mrhillsman@gmail.com>
2018-12-27 14:46:51 -06:00

40 lines
1.3 KiB
YAML

---
name: SDKs
hide-subtabs: True
tabs:
- name: SDKs
map-bucket: openstack-user
prelude: >
SDKs are language-specific wrappers around the OpenStack HTTP API.
categories:
- category: Command-line clients
components:
- name: openstackclient
title: Command-line interface for all OpenStack services
docs-title: Docs
docs-url: https://docs.openstack.org/python-openstackclient/latest/
download-title: Download
download-url: https://pypi.org/project/python-openstackclient/
desc: >
Single command-line interface for OpenStack services with a
uniform command set and format.
project-team: OpenStackClient
- category: Python SDKs
components:
- name: openstacksdk
title: Official Python SDK for OpenStack APIs
docs-title: Docs
docs-url: https://docs.openstack.org/openstacksdk/latest/
download-title: Download
download-url: https://pypi.org/project/openstacksdk/
desc: >
Multi-cloud aware Python SDK for the OpenStack REST API
exposing both the full set of low-level APIs as well as
curated higher level business logic.
project-team: OpenStackSDK