Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

REST Python

Table of contents

Introduction

NosDB doesn't have a Python client yet, but it will be out soon. But it provides an indirect way to use NosDB using REST API. This sample communicates with NosDB's REST API to perform CRUD operations on NosDB. It demonstrates the CRUD operation by Inserting, Getting, Updating and Deleting a document from NosDB using standard HTTP methods POST, GET, PUT and DELETE.

Note: If you are unfamiliar with Git and GitHub, you can download the entire collection as a ZIP file.

Prerequisites

Before the sample application is executed make sure that:

  • The NosDB REST API Package is deployed in IIS Server.
  • The requests module should be installed for python before executing the script. Run the following command.

    [Python_Path]\Scripts\easy_install.exe requests

  • The requestUri in sample application have been changed according to the connection string in web.config of REST API Package.

Additional Resources

Documentation

The complete online documentation for NosDB is available at: http://www.alachisoft.com/resources/docs/#nosdb

Programmers' Guide

The complete programmers guide of NosDB is available at: http://www.alachisoft.com/resources/docs/nosdb/nosdb-programmers-guide.pdf

Technical Support

Alachisoft © provides various sources of technical support.

Copyrights

© Copyright 2017 Alachisoft.