This repository contains a collection of libs that help to work with different APIs and implementations of api clients.
At the moment there are two main libraries:
@zemd/http-client
-a lib which follows simple concept for building http clients
@zemd/figma-rest-api
-a lib that is built on top of
@zemd/http-client
and provides a client for working with Figma REST API.@zemd/flickr-rest-api
-a lib that is built on top of
@zemd/http-client
and provides a client for working with Flickr REST API.
All the code in the repository released under the Apache 2.0 license