-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tomatoes public API #15
Comments
Is there any chance to release this? :) |
Thanks for your interest @semka, I'm sure it won't be online before 2013. |
When there will public API I'll can help with iOS client for tomatoes. Keep in mind :) |
I can help with the mobile client too. |
doorkeeper-gem/doorkeeper#285 resulted in a new repo: https://github.com/doorkeeper-gem/doorkeeper-grants_assertion. |
Action plan:
|
👍 ping me once done I can help with the iPhone client |
I created a new project to collect all the tasks to get this done: https://github.com/potomak/tomatoes/projects/2. |
The endpoint destroys any open Tomatoes API session. Example request: DELETE /api/session?token=123 See #15
What's the status of this? Can I start doing some query to the API? Or at least have an example of the JSON model, I can start preparing the mobile app. |
@pablosproject I plan on release a new version of Tomatoes that includes the API by the end of this week. There's an issue with the Twitter auth implementation and it can be used only with Tomatoes client id and secret, I'll open a new issue to fix the issue in a later version. |
@pablosproject Tomatoes 0.9.0 is online. It includes an early version of the API. Take a look at the reference documentation at http://www.tomato.es/pages/api_reference and tell me if I can help. |
@bugant from a security point of view this API should be used only through HTTPS, I guess I'll add a new issue to keep track of the progress on it. |
@potomak it'll ne useful to create a new issue to keep track of the iOS app, and a new repo to store the code of it. |
@pablosproject start a new project using your account please, I will create a new organization to collect all projects related to Tomatoes in the near future. |
Nice. I suggest also creating a gitter for the project, just to avoid chit chatting in issues. |
I registered a #tomatoes channel more than 2 years ago at http://freenode.net/ that could be used to chat about the project:
I will add info about the channel on the README soon. |
I suggest not using IRC since we're working on different timezones and you don't have the history saved with it. Gitter or Slack are better approach IMHO. |
@pablosproject please open a new issue to start a conversation on the chat topic. Let's stay on the API topic here. |
TODO list
authorizations.token
index tousers
API::SessionsController
API::TomatoesController
API::UsersController
API::ProjectsController
User
index, runUser.create_indexes
on a production consoleThe text was updated successfully, but these errors were encountered: