pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

[ANN] Superluminal v1.2.0 [v1.2.0] released!

BA
Buenos Aires Smalltalk
Thu, Nov 26, 2020 4:09 PM

Superluminal, building blocks for creating HTTP requests and API clients reached it's v1.2.0 version.

Changelog

  • Core
  • Add setAuthorizationTo: to set Authotization headers in the builder
  • Add set:to: to set arbitrary headers in the builder
  • API Client
  • Add postAt:configuredBy:withSuccessfulResponseDo: allowing better configuration of the request
  • Add APIClientTest to ease the testing of API Clients.
  • Tooling
  • Add GitHub Actions to check the correct loading of every group declared in the Baseline

Regards,

The Buenos Aires Smalltalk team