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

Implement Admin/Announcements #60

Closed
4 tasks done
yitsushi opened this issue Nov 7, 2020 · 1 comment · Fixed by #72
Closed
4 tasks done

Implement Admin/Announcements #60

yitsushi opened this issue Nov 7, 2020 · 1 comment · Fixed by #72
Labels
👮 Admin Admin related issues ✨ Feature New feature request or enhancement suggestion 🛠️ Service Service related issue
Projects
Milestone

Comments

@yitsushi
Copy link
Owner

yitsushi commented Nov 7, 2020

  • admin/announcements/create
  • admin/announcements/delete
  • admin/announcements/list
  • admin/announcements/update

Documentation: https://misskey.io/api-doc#tag/admin

@yitsushi yitsushi added this to the v1.1 milestone Nov 7, 2020
@yitsushi yitsushi added ✨ Feature New feature request or enhancement suggestion 🛠️ Service Service related issue 👮 Admin Admin related issues labels Nov 7, 2020
@yitsushi yitsushi added this to To do in v1.1 Nov 7, 2020
yitsushi added a commit that referenced this issue Nov 21, 2020
* List announcements
* Create announcement
* Delete announcement
* Update announcement

Extra:
* All Limit should be `uint` because they are all `0 < Limit <= 100`
* All Offset should be `uint64` because they are all `0 < Offset` and
  they can be large numbers.

Resolves #60
v1.1 automation moved this from To do to Done Nov 21, 2020
yitsushi added a commit that referenced this issue Nov 21, 2020
* List announcements
* Create announcement
* Delete announcement
* Update announcement

Extra:
* All Limit should be `uint` because they are all `0 < Limit <= 100`
* All Offset should be `uint64` because they are all `0 < Offset` and
  they can be large numbers.

Resolves #60
@yitsushi
Copy link
Owner Author

Split from #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👮 Admin Admin related issues ✨ Feature New feature request or enhancement suggestion 🛠️ Service Service related issue
Projects
v1.1
Done
Development

Successfully merging a pull request may close this issue.

1 participant