Superluminal, building blocks for creating HTTP requests and API clients reached it's v1.1.0 version.
HttpRequest now include methods to easily support DELETE, PATCH and PUTHttpRequest instances can now be applied several times to the same HTTP ClientsetBearerTokenTo: , setIfMatchTo: and setIfNoneMatchTo:RESTfulAPIClient provides a building block to create more specific RESTful API clients by providing http clients pooling, automatic handling of ETag related headers, and by now in-memory cachingExpiringCache provides an in-memory cache for incoming request responses adhering to the received caching directivesConsulAgentHttpAPIBasedDiscoveryClient provides service discovery abilities using the Consul Health HTTP API as backendFixedServiceDiscoveryClient provides basic service discovery abilities using a fixed list of servicesRegards,
The Buenos Aires Smalltalk team