-
Notifications
You must be signed in to change notification settings - Fork 281
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
Provide public REST-API (and or documentation)... [$25 awarded] #83
Comments
Heya, is someone already working on this? If not, I'll do it. This is my first work on Nextcloud stuff, though, so I'll benefit from some hand-holding. Thanks! |
@srbaker Sorry for the delay. Sure, It would be awesome if you would jump in and help us improve deck. It would require implementing some extra API controllers similar to what the news app does: https://github.com/nextcloud/news/blob/master/lib/Controller/FeedApiController.php Although it would be great to have some concept before starting the implementation. You can have a look at the v2 API proposal of the news app here as well: https://github.com/nextcloud/news/blob/master/docs/externalapi/External-Api.md If you have any further questions feel free to ask or ping me on irc. |
Perfect, thanks. I'll take a look at this on the weekend. I'm very excited to be able to replace Trello with something that I can share with my family. And I really want there to be a desktop and Android app as well. :) |
And that's what i am interested in to develop ;-) |
@srbaker I've invited you to be a repo contributer, so you can directly push branches when developing. |
Perfect, thanks! I didn't get as far as I wanted this weekend, but I have several hours in the evenings this week. I'll push up the in-progress stuff once I get the first simplest endpoint working. Cheers! |
@srbaker @juliushaertl |
@srbaker Any news from your api implementation? Is there anything you need help with? |
Heya, sorry for the radio silence. Got a bit slowed down, but I have vacation time next week and I'm hoping to wrap up my work then. |
@srbaker No problem 😉 Take your time. |
Alright, it's actually moving. Lovely vacation project. https://github.com/srbaker/deck/tree/add-json-api I'd like help with the following:
thanks! |
The unit tests require the deck directory to be inside of the apps folder of a nextcloud installation. So you need to clone nextcloud/server and then put the deck app inside apps/ for the unit tests to run. Symlinking should also work fine, in case you want to keep the repo at its original position.
From a quick look I had it already looks quite good, feel free to open a WIP pull request to the deck repo already, that makes it easier to keep track of changes and comment on code sections.
Good work so far. Thank you for getting this started. |
Thanks for your quick response. I'll spend some more time on this tonight and tomorrow evening, and get the basics in place. Cheers! |
Any update on this one? |
I'm starting a React Native mobile application as a side-project / learning exercise plugged on fake data, looking forward to this ! 😄 |
A bit slow moving over here, but I've got some time set aside for it shortly. |
@sylvainar any news about your React Native mobile app ? I would be glad to give a hand on that project if needed. |
Is there any movement on this (or any way we can help out)? |
Heya, I do have some in-flight work, but I am in the middle of switching laptops. I realize I'm slow as fuck, but I can spend some time tomorrow evening on this, and a few other evenings this week. |
@srbaker let us know if there's anything we could do to help |
Any news? We've got a client project in the pipeline that we'd love to build around NC but we'd need a way to write emails to Deck for it to fly. |
I'll happily take a look at this, a json api would definitely benefit the app :) |
@juliushaertl If you don't mind take a quick peak at commit: b2843c8 I'm trying to spit back post data into a DataResponse just to verify my understanding, however when I test it, only the boardId is getting populated, everything else is getting returned as null. In fact if I send up an empty post body, boardId is still getting populated to 1! Seems like it's grabbing the url segments rather than the post. Most MVC frameworks I've worked with, usually need some kind of denotation that the method in question is a POST, I haven't seen that in nextcloud apps yet. Below is a screenshot from rest client. UPDATE: turns out the problem was in the rest client that I was trying to use. Switching out that rest client for another and now it's generating the request correctly. API is doing it's thing fine in that initial test :). |
You can access the values directly by using
Ah ok, great to hear that. |
@nextcloud/deck just to be sure nothing gets missed, can I get a list of endpoints that we want to support for the api? |
I know that there is already a pull request with a lot of code. I just found kanboard.org which already provides a API with existing Android clients (didn't checked other platforms) so I wonder if it would make sense to copy the API. This way we would be compatible with existing apps. |
The API code is finished, we're just getting through validation checks. Also REST provides a common interface that easily allows data exchange with other applications, so we're already compatible with existing applications. |
... so one can write native applications that are in sync with the web interface :)
The $25 bounty on this issue has been claimed at Bountysource.
The text was updated successfully, but these errors were encountered: