-
I would like to display all slugs for consumption by a 3rd party service. Would this be done via the API or a plugin or is it built in somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This isn't built in. You would need to query the table Doing it directly or within YOURLS using the API depends on your use case. You can easily make plugins to add custom actions to the API, see https://github.com/YOURLS/API-action |
Beta Was this translation helpful? Give feedback.
-
Thanks. I made a custom API action via plugin https://github.com/rosano/API-action/blob/master/plugin.php |
Beta Was this translation helpful? Give feedback.
Thanks. I made a custom API action via plugin https://github.com/rosano/API-action/blob/master/plugin.php