Page 1 of 1

Wapka REST API for Web Site is finally relesed

Posted: Sun Apr 30, 2023 2:42 pm
by Administrator
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

Re: Wapka REST API for Web Site is finally relesed

Posted: Mon May 01, 2023 2:32 am
by leedalgoo
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

Posted: Mon May 01, 2023 4:02 am
by Administrator
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
some param changed <dir> become <folderid>

Re: Wapka REST API for Web Site is finally relesed

Posted: Mon May 01, 2023 4:24 am
by leedalgoo
Thank you, it's working.

I hope later you can restrict the public apikey link so it can't be abused by other users.

Re: Wapka REST API for Web Site is finally relesed

Posted: Mon May 01, 2023 7:40 am
by salamonvikkas
Thank you admin