mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-20 05:24:13 +00:00
[AB-82] adding webservices module with youtube search and urban dictionary
This commit is contained in:
15
translations/webservices/src/main/assembly/assembly.xml
Normal file
15
translations/webservices/src/main/assembly/assembly.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
|
||||
<id>zip</id>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<outputDirectory>.</outputDirectory>
|
||||
<directory>${project.basedir}/src/main/resources</directory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
</assembly>
|
||||
@@ -0,0 +1 @@
|
||||
Searches for definitions on [urban dicationary](https://www.urbandictionary.com/)
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to search for definition on urban dictionary.
|
||||
The provided information will also include examples and some meta information, like upvotes, downvotes and creation date.
|
||||
@@ -0,0 +1 @@
|
||||
The query to search on urban dictionary for
|
||||
@@ -0,0 +1 @@
|
||||
Author
|
||||
@@ -0,0 +1 @@
|
||||
Downvotes
|
||||
@@ -0,0 +1 @@
|
||||
Example
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
Upvotes
|
||||
@@ -0,0 +1 @@
|
||||
Jump
|
||||
@@ -0,0 +1 @@
|
||||
Urban dictionary
|
||||
@@ -0,0 +1 @@
|
||||
No definition found.
|
||||
@@ -0,0 +1 @@
|
||||
Searches for one video on youtube
|
||||
@@ -0,0 +1,2 @@
|
||||
This command will search on Youtube for the given query and posts the first video it finds
|
||||
The video link will be accompanied with additional video information.
|
||||
@@ -0,0 +1 @@
|
||||
The query to search on Youtube
|
||||
@@ -0,0 +1 @@
|
||||
Comment count
|
||||
@@ -0,0 +1 @@
|
||||
Dislikes
|
||||
@@ -0,0 +1 @@
|
||||
Likes
|
||||
@@ -0,0 +1 @@
|
||||
Views
|
||||
@@ -0,0 +1 @@
|
||||
Published at
|
||||
@@ -0,0 +1 @@
|
||||
Youtube
|
||||
@@ -0,0 +1 @@
|
||||
Youtube API exception: ${exception}
|
||||
@@ -0,0 +1 @@
|
||||
No video found
|
||||
Reference in New Issue
Block a user