REST API resource based comminations for GET, POST, PUT and DELETE

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
jaskin
Posts: 62
Joined: Sep 01, 2018 20:19

REST API resource based comminations for GET, POST, PUT and DELETE

Post by jaskin »

What's the best library for using REST API resource based comminations for GET, POST, PUT and DELETE? If none available, are there any external binaries I could use from somewhere to implement such operations?
jaskin
Posts: 62
Joined: Sep 01, 2018 20:19

Re: REST API resource based comminations for GET, POST, PUT and DELETE

Post by jaskin »

Given up trying to find the best way with Freebasic. Now using Freebasic to call Python as it has a lot of built-in stuff for REST API.
Post Reply