Skip to content
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

Remove redundant endpoints from manager #138

Merged
merged 6 commits into from
Jan 5, 2018
Merged

Remove redundant endpoints from manager #138

merged 6 commits into from
Jan 5, 2018

Commits on Dec 29, 2017

  1. Update the API documentation of manager service

    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    52ab91c View commit details
    Browse the repository at this point in the history
  2. Implement access check based on the API spec

    Instead of returning boolean value whether or not the access is granted,
    an identifier bound to the provided access key is returned.
    
    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    253a7af View commit details
    Browse the repository at this point in the history
  3. Update the API handlers

    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    4c97094 View commit details
    Browse the repository at this point in the history
  4. Move contributing guide to .github folder

    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    f30c972 View commit details
    Browse the repository at this point in the history
  5. Fix middleware method signature

    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    15e9745 View commit details
    Browse the repository at this point in the history
  6. Fix manager client implementation

    Signed-off-by: Dejan Mijic <dejan@mainflux.com>
    mijicd committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    3b57ebf View commit details
    Browse the repository at this point in the history