× Requests and support related to jBackend.

Getting all tags available

More
6 years 9 months ago #6204 by Vikas
Getting all tags available was created by Vikas
I want to get all tags which are used to tag articles. These tags are used on client side to filter articles.
How can I get all tags?

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago - 6 years 9 months ago #6213 by admin
Replied by admin on topic Getting all tags available
Hi,
the content plugin doesn't include API to manage tags. There will be another jBackend plugin for this, that includes the following functions:
Route                HTTP verb         Operation
/api/tags            POST              (CREATE) add new tag
/api/tags            GET               (READ) get All tags
/api/tags/:tag_id    GET               (READ) get a tag (e.g. for editing)
/api/tags/:tag_id    PUT               (UPDATE) update a tag
/api/tags/:tag_id    DELETE            (DELETE) delete a tag

But is not ready yet (and probably will be released under Premium Subscription).

Kind regards,
Luigi
Last edit: 6 years 9 months ago by admin.

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #6215 by Vikas
Replied by Vikas on topic Getting all tags available
Great,
any planned release date?
Regards.

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #6218 by admin
Replied by admin on topic Getting all tags available
Can't say... I am working full on the "next big thing" now, so too busy for other things... :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.133 seconds