Finally after month of work we are happy to announce that Wapka Site API is now live! Now developer will be able directly interact with server. No need to use any fancy tags or anything. Full control over every resource.
To get API KEY use Tag code: {{VAR(APIKEY)}}
API End Point: https://api.wapka.org
Method List:
GetMe, LogOut, UserCreator, UserInfo, UserLogin, UserOnline, UserEdit, MessageCreator, MessageInfo, MessageEdit, FolderCreator, FolderEdit, FolderInfo, FileCreator, FileInfo, FileEdit, ForumCreator, ForumEdit, ForumInfo, PostCreator, PostInfo, PostEdit, DataTableCreator, DataTableInfo, DataTableEdit, DataCreator, DataInfo, DataEdit, YoutubeAPI
Note: For method parameter check current tags & function
Example:
To get User Information:
https://api.wapka.org/UserInfo?apikey=<apikey>
for test purpose get apikey from https://yoursite/?WAPKA_SITE_API_TOKEN
More details example will be provide later.
If anyone know How to Use HTTP REST API and wish to help on testing our API please comment
Wapka REST API for Web Site is finally relesed
-
- Site Admin
- Posts: 34
- Joined: Tue Mar 07, 2023 7:56 am
Re: Wapka REST API for Web Site is finally relesed
Finally, i've been waiting for this since the first announcement.
Btw, i was testing the FileCreator, i use paramater file (url to the file), dir (directory id), and name (file name) but the respond said that folder is not found. i have double checked the folder id and there is no wrong typing.
I hope you can launch the full docs soon in core.wapka.org
Btw, i was testing the FileCreator, i use paramater file (url to the file), dir (directory id), and name (file name) but the respond said that folder is not found. i have double checked the folder id and there is no wrong typing.
I hope you can launch the full docs soon in core.wapka.org
-
- Site Admin
- Posts: 34
- Joined: Tue Mar 07, 2023 7:56 am
Re: Wapka REST API for Web Site is finally relesed
some param changed <dir> become <folderid>leedalgoo wrote: ↑Mon May 01, 2023 2:32 am Finally, i've been waiting for this since the first announcement.
Btw, i was testing the FileCreator, i use paramater file (url to the file), dir (directory id), and name (file name) but the respond said that folder is not found. i have double checked the folder id and there is no wrong typing.
I hope you can launch the full docs soon in core.wapka.org
Re: Wapka REST API for Web Site is finally relesed
Thank you, it's working.
I hope later you can restrict the public apikey link so it can't be abused by other users.
I hope later you can restrict the public apikey link so it can't be abused by other users.
-
- Posts: 3
- Joined: Wed Mar 08, 2023 8:17 am
Re: Wapka REST API for Web Site is finally relesed
Thank you admin