I was reading the plans for the Airtime and apparently API is not part of the app, but as I checked the code I've found out there is an API and you can even get version of the Airtime from it. I guess it's probably the only thing currently.
Did you thing about extending the same API with other things or are there plans to completely overhaul the API thing? I plan to work on the API of the Airtime, but would hate to start something new if you guys are already on the way or have plans on how to do it.
As Jakub pointed out, it should be in version 2.1. Please note, that the API will be much "lower-level" than what you are looking at now. It will probably be the layer between the database and the webserver.
Yeah. That's where I saw that API is in planning, but then I found the api part of the URL so I thought maybe you guys already did some work to prepare for the 2.1.0 release.
Yeah. That's where I saw that API is in planning, but then I found the api part of the URL so I thought maybe you guys already did some work to prepare for the 2.1.0 release.
What are you planning to do? Like I said, when we rewrite the API it will be a REST API. All calls to database will be via REST. This is a lot of work...