Skip to content

Beagle client library that can be imported from other Python programs #19

@stevekm

Description

@stevekm

Methods and attributes for communicating with Beagle can be moved out of the main beaglecli file into a separate client module, so that they could be imported from other Python programs and services in order to communicate with Beagle. This would be really useful for things like the Config for handling the auth tokens, the API endpoint addresses, and the functions that run the basic Get, Create, Update, Delete methods for different endpoints. Also consider some Django-inspired wrappers such as get_or_create and update_or_create to make it easier to use, along with things like validation of the existence of Files, etc., in Beagle before trying to run operations on them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions