Archive Tags RSS Get In Touch →
AnvilEight logo

AnvilEight Blog

Knowledge Base. News. Announcements. Culture.

  • Mar 3, 2016

    Restful Json Api for Mobile With Python and Django Using Behave

    Mobile applications that can survive without a reliable back-end that stores and processes dates, are rare. Nowadays, mobile applications are complex enough to require a solid back-end framework. This particular topic is about how to build reliable RESTful json API with Python and Django, why it is so efficient and straightforward. This article talks about the following aspects of json API development.

    What Makes API Good?

    Reliable

    Good API means that it is reliable. The API should work no matter what. Whatever the application queries are , the API has to gracefully respond with either an error message or actual data. It should always follow the protocol and there can be excuses made for unexpected behaviour. This is especially important for developers who work on the integration. Clear, straightforward and expectable output enables quick integration.

← Newer Posts

© Copyright 2026 Andrii Zarubin

Created by AnvilEight