datagovsg

Module contents

datagovsg.Ckan

alias of datagovsg.ckan.client.Client

datagovsg.Environment

alias of datagovsg.environment.client.Client

datagovsg.Technology

alias of datagovsg.technology.client.Client

datagovsg.Transport

alias of datagovsg.transport.client.Client

datagovsg.exceptions

Exceptions that could occur when interacting with any API.

exception datagovsg.exceptions.APIError(message, errors=None)

Bases: Exception

Error when the API returns an error.

message

The general error message to display when the error is raised.

Type

str

errors

(optional) Other messages that were part of the raised error.

Type

list of str