-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
API Specification #69
Comments
Hi @cathalgarvey , thanks for the question--would love to have your help building an Python API wrapper! It's only been a day since we went public with the project, the current 0.5.0 release is considered a "preview", and we can't really guarantee API stability. http://www.mattermost.org/mattermost-0-5-0-released/ That said, documenting the APIs--perhaps some of the more mature ones that are more likely to be stable--is a good idea, and I've posted it as a community feature request for voting here: https://mattermost.uservoice.com/forums/306457-general/suggestions/8589427-api-specification It's early days, and hope we get more and more discussion about how to best prioritize projects. Since this seems more a feature request (http://www.mattermost.org/feature-requests/) than an issue (http://www.mattermost.org/filing-issues/) closing this item for now. Please open a new ticket if you think differently? |
…mctl (mattermost#69) * added command for rename of teams * added editor specific files to ignore * ran mocks and docs on the PR * added few tests * ran lint * added more tests * tests complete * ran make docs * slight changes for team obj init * new team command strucutre * new docs * remove rename team wrapper * removed log * removed args check * fixed all the requesting changes * reduced struct in test
…le-popover ユーザプロファイルのポップオーバーでユーザ名を消せるように変更
I see that the code appears to be logically organised around a clean-looking API; I can go and read through the Go source and get to understand it, but it'd be better if there were a specification of that API clearly written somewhere for reference. As this is a developing project, it'd especially be useful to know what parts of the API are considered "stable".
Lets-Chat have an API spec which was invaluable to me in writing a Python API wrapper and I'd love to do the same for MatterMost. :)
The text was updated successfully, but these errors were encountered: