GitLabSwift icon indicating copy to clipboard operation
GitLabSwift copied to clipboard

make project description optional

Open julianfbeck opened this issue 2 years ago • 2 comments

Hey, Thanks for building this awesome type safe client! I just found out that the project description can be null: https://docs.gitlab.com/ee/api/projects.html

 {
    "id": 4,
    "description": null,
    "name": "Diaspora Client",
    "name_with_namespace": "Diaspora / Diaspora Client",
    "path": "diaspora-client",
    "path_with_namespace": "diaspora/diaspora-client",
    "created_at": "2013-09-30T13:46:02Z",
    "default_branch": "main",
    "tag_list": [
      "example",
      "disapora client"
    ],
    "topics": [
      "example",
      "disapora client"
    ],
    "ssh_url_to_repo": "[email protected]:diaspora/diaspora-client.git",
    "http_url_to_repo": "https://gitlab.example.com/diaspora/diaspora-client.git",
    "web_url": "https://gitlab.example.com/diaspora/diaspora-client",
    "avatar_url": "https://gitlab.example.com/uploads/project/avatar/4/uploads/avatar.png",
    "star_count": 0,
    "last_activity_at": "2013-09-30T13:46:02Z",
    "namespace": {
      "id": 2,
      "name": "Diaspora",
      "path": "diaspora",
      "kind": "group",
      "full_path": "diaspora",
      "parent_id": null,
      "avatar_url": null,
      "web_url": "https://gitlab.example.com/diaspora"
    }
  },

julianfbeck avatar Apr 14 '23 20:04 julianfbeck

We've run into this as well, would love to see it merged!

DavidBrunow avatar Apr 21 '23 21:04 DavidBrunow

Same, can u merge this @malcommac ?

J0s34h avatar Apr 05 '24 11:04 J0s34h