Page 1 of 1

REST Interface?

Posted: Fri Sep 23, 2016 11:15 pm
by letkemanpete
Is there a REST interface for this project?
I would like to take a stab at creating an Android app for this project.
If there isn't one then are there URIs used by this project documented anywhere?
I could possibly modify this project to added I this in, but I am not a very strong Python developer and I'm working on a different project at the moment so that I can learn to be a better Python developer.

Re: REST Interface?

Posted: Thu Oct 13, 2016 2:04 pm
by evilhero
letkemanpete wrote:Is there a REST interface for this project?
I would like to take a stab at creating an Android app for this project.
If there isn't one then are there URIs used by this project documented anywhere?
I could possibly modify this project to added I this in, but I am not a very strong Python developer and I'm working on a different project at the moment so that I can learn to be a better Python developer.
Check out the API_REFERENCE file within the mylar root directory for API endpoint mappings.

Re: REST Interface?

Posted: Thu Oct 13, 2016 2:13 pm
by letkemanpete
Thank you very much. I'll hope to get started on creating an Android app which connect to the URL endpoints before October 2016 is done. I'm planning on making the project open source as well so that everyone can see what is happening behind the scenes.

Pete