Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRoadmap for REST-API features #1037
Comments
This comment has been minimized.
This comment has been minimized.
@mayjs I work for an employer, I have no roadmap no lists of features. Up to you to contribute :) |
xet7
added
API:REST
Contribute:Pull-requests-encouraged
labels
May 13, 2017
This comment has been minimized.
This comment has been minimized.
Okay, I will start to add to the API once I have the time to do it. Here is a list of endpoints and features I'm planning to add to the existing API:
NOTICE: The checkmarks in this list checkmarks do not necessarily indicate that the feature was already merged into this repository. The features are developed in my fork and will be merged in bigger sets. If anyone would like to discuss these features or add new ideas to this list, feel free to comment. |
This comment has been minimized.
This comment has been minimized.
dyindude
commented
May 16, 2017
It would be useful to also be able to manage labels for a board via the API, as well as assigning said labels to cards (either on creation or updating existing cards). |
This comment has been minimized.
This comment has been minimized.
I added label management to the todo list. The assignment to existing cards can be handled in the card updating endpoint. |
This comment has been minimized.
This comment has been minimized.
Update = PUT
this is GET with parameter
Actually, I have hard coded the filter to get board, just remove my hard coded filter and use parameter filter. And keep in mind best pratice: |
This comment has been minimized.
This comment has been minimized.
I changed the Update endpoint to I will change the text of the filtering feature to a more general description of the feature, I think a specification of what exactly should be possible with this feature is needed before deciding how to implement it. |
Jun 19, 2017
This was referenced
added a commit
that referenced
this issue
Jun 29, 2017
added a commit
that referenced
this issue
Jun 29, 2017
added a commit
that referenced
this issue
Jun 29, 2017
added a commit
that referenced
this issue
Jun 29, 2017
This comment has been minimized.
This comment has been minimized.
mass3y
commented
Jul 6, 2017
How is auth working now? Can't get anything but "Unauthorized" response. Tried basic auth, URL args, Cookies.....nothing appears to work. I am running a local instance, zero changes to Wekan config.
API looks great, docs http://fusion.github.io/wekanapi/ are sufficient but need to get past this auth problem. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PaulJe
commented
Jul 8, 2017
•
Thanks for providing the wekan internal API! Great work!!! A few hints for the others... Just in case someone else needs it ... However, it seems "/api/users/:userid/boards" is currently not fully implemented... |
This comment has been minimized.
This comment has been minimized.
Thanks for the information about the bug in |
This comment has been minimized.
This comment has been minimized.
Moved to here from #1183 From @Krantz-Man
Can you duplicate this, is there a bug ? Or is something missing from API ? |
This comment has been minimized.
This comment has been minimized.
I cannot test this right now, but in theory the endpoint should work. @Krantz-Man you have to be authenticated with an admin account. This is the structure to be used for the post data:
If one of these parameters is missing, an internal server error will occur. |
This comment has been minimized.
This comment has been minimized.
Example:
|
added a commit
that referenced
this issue
Nov 19, 2017
added a commit
that referenced
this issue
Nov 19, 2017
xet7
added this to Done
in Wekan Roadmap
Nov 22, 2017
xet7
referenced this issue
Jan 15, 2018
Closed
this.userId is required when copying boards from an Rest-API call #1427
xet7
referenced this issue
Mar 31, 2018
Closed
Error when logging in to Wekan REST API when using Sandstorm Wekan #1279
This comment has been minimized.
This comment has been minimized.
MaZderMind
commented
May 13, 2018
•
Another missing bit: |
This comment has been minimized.
This comment has been minimized.
I will be using this and there might be some pull requests. I will probably start with a test suite. |
This comment has been minimized.
This comment has been minimized.
Worren
commented
Jul 13, 2018
•
Unfortunately I am not able to add a new card by using the API. Is the problem the missing swimlane id? How do I get a list of the swimlane ids? |
added a commit
that referenced
this issue
Sep 6, 2018
added a commit
that referenced
this issue
Sep 6, 2018
This comment has been minimized.
This comment has been minimized.
akuckartz
commented
Nov 7, 2018
I would like to see support for JSON-LD. Should I create a separate issue? |
This comment has been minimized.
This comment has been minimized.
You can keep it here. What is JSON-LD ? |
This comment has been minimized.
This comment has been minimized.
arradoq
commented
Dec 14, 2018
I get the same problem, on mine, there are no notification on what i did wrong, I am using windows installation and curl-ing by using git bash. Anyone using windows and get the same problem? |
mayjs commentedMay 11, 2017
@huneau Do you have a roadmap/list of features you plan to add to the REST-API?
I would really like to use this API for multiple projects, but it is still missing some important features to accomplish my goals in these projects.
To be able to start working on them, I would like to help to implement missing endpoints, which is why I was looking for a roadmap.