The pyspacegdn package

Python client for the SpaceGDN API.

pySpaceGDN is a Python client for the SpaceGDN game discovery network developed for SpaceCP. The client revolves around the SpaceGDN class, which provides the entry point to the API.

All the modules in this package contains only one class each, and these classes have been imported into pyspacegdn/__init__.py, so they may be imported directly from the package, like this:

>>> from pyspacegdn import SpaceGDN
Packages:
requests
Contains the request classes
Classes:
SpaceGDN
The entry point for the client
Response
A response object for the client
Constants:
DEFAULT_ENDPOINT
The default endpoint. Set to gdn.jamy.be by default.
ELEMENT_DELIMITER
The delimiter to separate different elements in a filter. Set to . by default.
FILTER_DELIMITER
The delimiter to separate different filters. Set to | by default.
Data variables:
__title__
The title/name of this framework
__version__
The version of the framework
__author__
The author of the framework
__copyright__
The copyright string for the framework

Table Of Contents

Related Topics

This Page