Code Monkey home page Code Monkey logo

filespace-api's Introduction

FileSpace - API

Unfinished project, still in development

PROJECT DESCRIPTION

  • Name : FileSpace
  • Description : Remote file manager + Home automation with Raspberry Pi
  • Front : Android & Web
  • Back : Rest API PHP
  • Location : Paris
  • Starting Date : October 2014
  • Configuration : /config/config.json
  • Install data base : /database/script.sql
  • Allow rewrite_module on Apache (httpd.conf) : LoadModule rewrite_module modules/mod_rewrite.so
  • Tested on Apache
  • Optional robotics : Raspberry Pi with this project

REST API ROUTES

For each file request : basic-authentication token:empty

  • File Controller
Root Method Description Input Output
/file/ GET Get list of files (bdd) jsonArray files (include ids)
/file/ POST Add file (bdd + physic) 'url','visibility','file' json file id
/file/:id GET Get file (physic) real file (download)
/file/:id PUT Update file (bdd + physic)
/file/:id DELETE Delete file (bdd + physic)
  • User Controller
Root Method Description Input Output
/user GET basic-authentication login:pass json
/user POST 'username','password' json token
  • Robotics Controller
Root Method Description Input Output
/robotics/:id GET Get the raspberry pin status pin id (url) json
/robotics/:id PUT Set the raspberry pin status pin id (url) json
  • Information Controller
Root Method Description Input Output
/information GET json

DEVELOPERS

LICENSE

OpenSource : just mention developer name if you use the code.

filespace-api's People

Contributors

jonathanmercandalli avatar mercandj avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

wprobot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.