Jim Laredo

Jim Laredo

API Enthusiast

Badges

Tastemaker
Tastemaker
Veteran
Veteran

Maker History

  • OASGraph
    OASGraphA JS library to wrap RESTful APIs with a GraphQL interface
    Dec 2018
  • 🎉
    Joined Product HuntDecember 14th, 2018

Forums

Jim Laredo

7yr ago

OASGraph - A JS library to wrap RESTful APIs with a GraphQL interface

OASGraph is a tool that can wrap RESTful APIs, described by OpenAPI Specification (OAS), in GraphQL. We map each API endpoint to a GraphQL object. In addition, we use the link feature in OAS 3 to create nested GraphQL objects. The GraphQL interface will be able to execute a query by composing a set of REST calls and resolving the responses.

View more