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

Add API endpoints for tags #1

Open
5 tasks
atrnh opened this issue Nov 29, 2018 · 0 comments
Open
5 tasks

Add API endpoints for tags #1

atrnh opened this issue Nov 29, 2018 · 0 comments
Labels
enhancement New feature or request python Some Python knowledge required
Milestone

Comments

@atrnh
Copy link
Owner

atrnh commented Nov 29, 2018

Summary of feature

Implementation details

Also see #3

  • Create API endpoints
    • GET /api/tag/<tag_name> - view pins with that tag name
    • GET /api/tags - view all tags
    • DELETE /api/tag/<tag_name> - delete tag
    • PATCH /api/tag/<tag_name> - update tag name
  • Update any /api/pin endpoints to create/read/update tags

Todo

  • GET /api/tag/<tag_name>
  • GET /api/tags
  • DELETE /api/tag/<tag_name>
  • PATCH /api/tag/<tag_name>
  • Update/refactor /api/pin endpoints
@atrnh atrnh added enhancement New feature or request help wanted and removed help wanted labels Nov 29, 2018
@atrnh atrnh modified the milestones: Reddit Integration, Version 1, REST API Nov 29, 2018
@atrnh atrnh changed the title Add ability to tag pins Add API endpoints for tags Nov 29, 2018
@atrnh atrnh modified the milestones: REST API, Tags Nov 29, 2018
@atrnh atrnh added the python Some Python knowledge required label Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Some Python knowledge required
Projects
None yet
Development

No branches or pull requests

1 participant