Skip to main content

A simple API end point that we’ve found useful for our Tastypie API services at Mozilla.

Installation

Install using pip:

pip install tastypie-services

Note: version 2 renamed the lib from services to tastypie_services.

Configuration

Add to your urls:

from tastypie_services.urls import services

urlpatterns = patterns('',
        ...
        url(r'^', include(services.urls)),
)

If you want to allow settings access, set:

CLEANSED_SETTINGS_ACCESS = False

The actual server status is very specific to your server, so you need to create a base class overriding the one in services. The tell the library where the object is. For example:

SERVICES_STATUS_MODULE = 'lib.services.resources'

Then in lib.tastypie_services.resources:

from tastypie_services.services import StatusObject as Base

class StatusObject(Base):

    def test_cache(self):
        cache.set('status', 'works')
        if cache.get('status') == 'works':
                self.cache = True

See solitude for an example of this.

Release files for tastypie-services 0.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for tastypie-services 0.2.2
File Size Uploaded
tastypie-services-0.2.2.tar.gz 3.9 kB Details

Release files / tastypie-services-0.2.2.tar.gz

Download URL tastypie-services-0.2.2.tar.gz
Size 3.9 kB
Tags Source
SHA-256 checksum
How to use checksums
1bb8a4e741e6bf8623e377ddf360c647bacbdee421c8b31eb10bad0c709859d4
BLAKE2b-256 checksum
How to use checksums
441f9d1562f46aa82d86136a23411b9285ab518486d476fb01ab44e46d1b0dcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.2.2 This release

1 release file

0.2.1

1 release file

0.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page