Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing endpoints #36

Open
12 tasks
xsawyerx opened this issue May 27, 2016 · 6 comments
Open
12 tasks

Missing endpoints #36

xsawyerx opened this issue May 27, 2016 · 6 comments
Labels

Comments

@xsawyerx
Copy link
Owner

xsawyerx commented May 27, 2016

The following endpoints still need to be implemented. I think. Please comment if not.

  • Categories:
    • /categories
    • /categories/new
    • /categories/update/:id
    • /categories/delete/:id
    • /category/:name
  • Authors:
    • /authors
    • /author/:id
  • Tags:
    • /tags
    • /tags/new
    • /tags/update/:id
    • /tags/delete/:id
    • /tag/:name
@xsawyerx xsawyerx added the bug label May 27, 2016
@book
Copy link
Collaborator

book commented May 27, 2016

There's /authors but not /categories nor /tags.

@book book mentioned this issue May 27, 2016
@xsawyerx
Copy link
Owner Author

I don't understand your comment.

@book
Copy link
Collaborator

book commented May 27, 2016

I meant I didn't see any /categories or /tags endpoints in the code to match the /authors one.
I assume they would serve a page listing them all (possibly paged).

@xsawyerx
Copy link
Owner Author

Hmm.. then maybe they should be moved to an "enhancement" ticket.

@book
Copy link
Collaborator

book commented May 27, 2016

Or simply commit the stubs to master and add them to the list above.

@book
Copy link
Collaborator

book commented May 27, 2016

See 8071ea6. I've added the items to the list at the top.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants