Skip to content
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
64 lines (48 loc) · 1.93 KB

readme.md

File metadata and controls

64 lines (48 loc) · 1.93 KB

Bilgi Shuttle API

mdegis

Please note that it is API for Bilgi Shuttle cross-platform app.

Installation:

# Clone the Project
$ git clone https://github.com/bilgishuttle/bilgi-shuttle-api.git

# in Virtual Environment
$ pip install -r requirements.txt
$ python manage.py runserver

Usage:

## List of all nodes:
http://127.0.0.1:8000/index.json

## List of shuttle routes from specific node:
http://127.0.0.1:8000/santral.json
http://127.0.0.1:8000/dolapdere.json
http://127.0.0.1:8000/kustepe.json
http://127.0.0.1:8000/kabatas.json
http://127.0.0.1:8000/halicioglu.json
http://127.0.0.1:8000/pangalti.json
http://127.0.0.1:8000/mecidiyekoy.json

## Check database version for cache:
http://127.0.0.1:8000/database_check.json

## Fetch database:
http://127.0.0.1:8000/database_fetch_all.json

## [Advanced] Update database with text file:
http://127.0.0.1:8000/upload

## Example format of text file:
http://127.0.0.1:8000/static/raw.txt

Licence

Copyright [2016] [Melih Değiş]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.