nymann / placeholder

0 stars 0 forks source link

Add endpoint for user subscriptions #1

Open nymann opened 3 years ago

nymann commented 3 years ago

Add an endpoint that's like /users but contains subscriptions instead of just the identifier.

[
{
  "email": "contact@nymann.dev",
  "name": "Kristian Nymann",
  "is_admin": false,
  "identifier": "string",
  "subscription": {
    "is_active": true,
    "next_payment_due": "2020-09-05T13:01:17.754Z",
    "created_at": "2020-09-05T13:01:17.754Z",
    "identifier": "string"
  }
}
...
]
create-issue-branch[bot] commented 3 years ago

Could not create branch (Git Repository is empty.)