Wapka REST API for Web Site is finally relesed

Notice about any update or system change
Post Reply
Administrator
Site Admin
Posts: 33
Joined: Tue Mar 07, 2023 7:56 am

Wapka REST API for Web Site is finally relesed

Post 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
leedalgoo
Posts: 11
Joined: Sun Mar 19, 2023 7:18 am

Re: Wapka REST API for Web Site is finally relesed

Post 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
Administrator
Site Admin
Posts: 33
Joined: Tue Mar 07, 2023 7:56 am

Re: Wapka REST API for Web Site is finally relesed

Post 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>
leedalgoo
Posts: 11
Joined: Sun Mar 19, 2023 7:18 am

Re: Wapka REST API for Web Site is finally relesed

Post 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.
salamonvikkas
Posts: 3
Joined: Wed Mar 08, 2023 8:17 am

Re: Wapka REST API for Web Site is finally relesed

Post by salamonvikkas »

Thank you admin
Post Reply