Skip to content

Fix Member struct for organization member.#1

Open
fnaoto wants to merge 4 commits intorecruit-mp:masterfrom
fnaoto:feature/fix_member_struct
Open

Fix Member struct for organization member.#1
fnaoto wants to merge 4 commits intorecruit-mp:masterfrom
fnaoto:feature/fix_member_struct

Conversation

@fnaoto
Copy link
Copy Markdown

@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": "invitee@test.com",
      "icon_url": "https://secure.gravatar.com/avatar/default",
      "inviting": true,
      "url": "https://deploygate.com/users/invitee@test.com"
    }
  ]
}

@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