in reply to Perl equivalent for Python's request module for REST APIs.

The only similar module I see is Rest:: Client, but it hasn't been updated since 2015.

REST::Client is a module for making requests to REST API servers. It is stable and solid which is why it has not needed any recent updates.


🦛

  • Comment on Re: Perl equivalent for Python's request module for REST APIs.