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

API endpoint for getting UserProfile by username #105

Merged
merged 5 commits into from
Nov 7, 2023

Commits on Oct 31, 2023

  1. API endpoint for getting UserProfile by username

    #104
    Adds an API endpoint in altinn-profile:
    profile/api/v1/users/?username={username}
    
    which consumes the newly added SBL bridge API:
    /sblbridge/profile/api/users/?username={username}
    Jon Kjetil Øye committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    87ff2de View commit details
    Browse the repository at this point in the history
  2. fixed øæå testdata issue

    Jon Kjetil Øye committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2f42255 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. - Moved implementation into separate controller for internal use only

    - Simplified implementation to a single POST endpoint with lookup model
    Jon Kjetil Øye committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5d4782b View commit details
    Browse the repository at this point in the history
  2. Forgot to set controller endpoints hidden from swagger

    Jon Kjetil Øye committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dc14458 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Fixed wrong namespace on UserProfileLookup model

    Jon Kjetil Øye committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ad86449 View commit details
    Browse the repository at this point in the history