Conversation
added 20 commits
March 11, 2018 17:51
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
Signed-off-by: Kaustav Das Modak <kaustav.dasmodak@yahoo.co.in>
|
Dik. |
Contributor
Author
|
Look at the branch. |
dolftax
approved these changes
Mar 15, 2018
|
To start with, this LGTM. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Does the basics for #1 and #2. Closes #8.
Implements these endpoints:
GET /- Get list of apiAccounts API
POST /accounts/- Create new user accountPOST /accounts/password- Update user passwordPOST /accounts/auth/local- Authenticate using username and passwordPOST /accounts/invite- Create an invite for a new user accountPOST /accounts/invite/verify- Verify an invite using email and invite tokenStreams API
POST /streams/- Create new stream for current userGET /streams/- Get all streams configured for current userGET /streams/{streamID}- Get details of specific streamPOST /streams/{streamID}/destination- Add a destination for a streamPOST /streams/{streamID}/changeKey- Update streaming key for an existing streamAgents API
GET /agents/config/{streamKey}- Get destinations for a given stream keyTODO
Note: The API structure may change as well as the authentication mechanism as we build this out.
Once this is in, @debloper can start building basic UI.