Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

I built a transport-independent foundation for JSON API clients in Perl

Writing a simple API client is easy. my $response = $http -> get ( $url ); Then the client starts being used in production.

  • HTTP::API::Core module created for transport-independent JSON API clients in Perl
  • Separates HTTP transport from API-client policy for flexibility
  • Allows developers to choose preferred HTTP library while handling common infrastructure

More from Saturday 19 September →