Skip to main content

Client for rokka.io

Project description

rokka-client-codegen

This Python package for rokka.io was automatically generated by Swagger Codegen.

See the examples directory for some simple rokka specific examples.

A thin wrapper package for using this to make some things easier would be welcome. We're happy to help.

  • API version: 1.0.0
  • Package version: 0.1.0

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on Github, you can install directly from Github

pip install rokka_client_codegen

Then import the package:

import rokka_client_codegen 

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import rokka_client_codegen

Getting Started

Please follow the installation procedure and then see the examples directory.

Documentation for API Endpoints

All URIs are relative to https://api.rokka.io/

Class Method HTTP request Description
AdminApi create_membership PUT /organizations/{organization}/memberships/{email} Add a rokka user into an organization.
AdminApi create_organization PUT /organizations/{organization} Register a new Organization.
AdminApi create_organization_options PUT /organizations/{organization}/options Update options for an organization.
AdminApi create_user POST /users Register new user.
AdminApi delete_membership DELETE /organizations/{organization}/memberships/{email} Remove a user from an organization.
AdminApi get_membership GET /organizations/{organization}/memberships/{email} Get information about organization membership of a rokka user.
AdminApi get_organization GET /organizations/{organization} Get information about an organization.
SourceimagesApi copy_source_image POST /sourceimages/{organization}/{hash}/copy Copy a single source image to another org.
SourceimagesApi create_source_image POST /sourceimages/{organization} Upload new source images.
SourceimagesApi create_source_image_meta_dynamic_with_name PUT /sourceimages/{organization}/{hash}/meta/dynamic/{metaName} Adds or updates a specific dynamic meta data for an image.
SourceimagesApi create_source_image_meta_user PUT /sourceimages/{organization}/{hash}/meta/user Replace the image meta data with new information.
SourceimagesApi create_source_image_meta_user_wth_name PUT /sourceimages/{organization}/{hash}/meta/user/{metaName} Adds or updates one user meta data field for an image.
SourceimagesApi delete_source_image DELETE /sourceimages/{organization}/{hash} Delete a single source image.
SourceimagesApi delete_source_image_meta_dynamic_with_name DELETE /sourceimages/{organization}/{hash}/meta/dynamic/{metaName} Deletes a specific dynamic meta data.
SourceimagesApi delete_source_image_meta_user DELETE /sourceimages/{organization}/{hash}/meta/user Deletes all user meta data.
SourceimagesApi delete_source_image_meta_user_with_name DELETE /sourceimages/{organization}/{hash}/meta/user/{metaName} Deletes user meta data for a specified field.
SourceimagesApi download_source_image GET /sourceimages/{organization}/{hash}/download Download original source image binary.
SourceimagesApi get_source_image GET /sourceimages/{organization}/{hash} Get information about a source image.
SourceimagesApi get_source_image_meta_user GET /sourceimages/{organization}/{hash}/meta/user Get all user meta data.
SourceimagesApi get_source_image_meta_user_with_name GET /sourceimages/{organization}/{hash}/meta/user/{metaName} Get user meta for a specific field.
SourceimagesApi list_source_images GET /sourceimages/{organization} Get all images of an organization, with paging.
SourceimagesApi list_source_images_by_binary_hash GET /sourceimages/{organization}/binaryhash/{binaryHash} Get all images in this organization that match a binaryhash.
SourceimagesApi patch_source_image_meta_user PATCH /sourceimages/{organization}/{hash}/meta/user Update the specified meta data fields for an image.
SourceimagesApi restore_source_image POST /sourceimages/{organization}/{hash}/restore Restore source image including previously set metadata.
StacksApi create_stack PUT /stacks/{organization}/{name} Create a new stack.
StacksApi delete_stack DELETE /stacks/{organization}/{name} Delete a stack.
StacksApi get_stack GET /stacks/{organization}/{name} Get a single stack.
StacksApi list_operations GET /operations Listing all available operations that can be used in stacks.
StacksApi list_stack_options GET /stackoptions List all available options that can be set on stacks.
StacksApi list_stacks GET /stacks/{organization} Get all stacks of an organization.

Documentation For Models

Documentation For Authorization

ApiKeyAuth

  • Type: API key
  • API key parameter name: api-key
  • Location: HTTP header

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rokka_client_codegen-0.1.0.tar.gz (31.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page