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

Jsons als Request Body mitschicken können #9

Closed
RoAnBu opened this issue Jul 9, 2020 · 0 comments · Fixed by #19
Closed

Jsons als Request Body mitschicken können #9

RoAnBu opened this issue Jul 9, 2020 · 0 comments · Fixed by #19
Assignees
Milestone

Comments

@RoAnBu
Copy link
Member

RoAnBu commented Jul 9, 2020

Z.B.:

{
  "id": 0,
  "category": {
    "id": 0,
    "name": "string"
  },
  "name": "doggie",
  "photoUrls": [
    "string"
  ],
  "tags": [
    {
      "id": 0,
      "name": "string"
    }
  ],
  "status": "available"
}

Hängt zusammen mit #8. Idealerweise lassen sich ganze jsons aus einem Ordner nutzen

@RoAnBu RoAnBu added this to the New features milestone Jul 9, 2020
@RoAnBu RoAnBu linked a pull request Aug 4, 2020 that will close this issue
@RoAnBu RoAnBu closed this as completed in #19 Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants