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

Fix Member struct for organization member. #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fnaoto
Copy link

@fnaoto fnaoto commented Dec 28, 2020

Fix response from deploygate.
Please review this PR when you have enough time. 😃

reference URL:

200 response sample below.

{
  "error": false,
  "members": [
    {
      "type": "User",
      "name": "foo",
      "icon_url": "https://secure.gravatar.com/avatar/foo",
      "url": "https://deploygate.com/users/foo"
    },
    {
      "type": "User",
      "name": "[email protected]",
      "icon_url": "https://secure.gravatar.com/avatar/default",
      "inviting": true,
      "url": "https://deploygate.com/users/[email protected]"
    }
  ]
}

@fnaoto

This comment has been minimized.

@fnaoto fnaoto closed this Dec 28, 2020
@fnaoto fnaoto deleted the feature/fix_member_struct branch December 28, 2020 03:01
@fnaoto fnaoto reopened this Dec 28, 2020
@fnaoto fnaoto marked this pull request as ready for review December 28, 2020 06:56
@fnaoto fnaoto force-pushed the feature/fix_member_struct branch from edad9e7 to f2870c1 Compare December 29, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant