Skip to content

Commit

Permalink
Added README, explained the API general idea
Browse files Browse the repository at this point in the history
  • Loading branch information
gph03n1x committed Jul 12, 2016
1 parent fa50d55 commit e93722e
Show file tree
Hide file tree
Showing 102 changed files with 125 additions and 16,510 deletions.
64 changes: 64 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Key files
*.key

# C extensions
*.so

# Batch Files
.bat

# Html Graphs
*.html

# Distribution / packaging
.Python
env/
build/
docs/build
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# PyBuilder
target/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## OASA Telematics API documentation

These are the docs for the API used in the OASA Telematics.
Most of the information was extracted from this [JS script] (http://telematics.oasa.gr/js/script.js)
You can find the online docs [HERE] (http://oasa-telematics-api.readthedocs.io/en/latest/)

### Warning
Before using the API for any product, please contact OASA
in order to ask for permission or something.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/getBusLocation.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getLineName.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getLinesAndRoutesForMl.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getMLName.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getRouteName.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getRoutesForLine.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getSchedLines.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/getStopArrivals.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/getStopNameAndXY.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/webGetLines.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/webGetLinesWithMLInfo.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/webGetRoutes.doctree
Binary file not shown.
Binary file not shown.
Binary file removed docs/build/doctrees/webGetStops.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/webRouteDetails.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/webRoutesForStop.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getBusLocation.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getLineName.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getLinesAndRoutesForMl.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getMLName.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getRouteName.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getRoutesForLine.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getSchedLines.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getScheduleDaysMasterline.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getStopArrivals.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/getStopNameAndXY.txt

This file was deleted.

39 changes: 0 additions & 39 deletions docs/build/html/_sources/index.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webGetLines.txt

This file was deleted.

21 changes: 0 additions & 21 deletions docs/build/html/_sources/webGetLinesWithMLInfo.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webGetRoutes.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webGetRoutesDetailsAndStops.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webGetStops.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webRouteDetails.txt

This file was deleted.

2 changes: 0 additions & 2 deletions docs/build/html/_sources/webRoutesForStop.txt

This file was deleted.

Binary file removed docs/build/html/_static/ajax-loader.gif
Binary file not shown.

0 comments on commit e93722e

Please sign in to comment.