hughrawlinson / api-client-helper

A package to help write API client libraries in Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived!

This project was fun at the time, but I didn't make progress, and the tools have moved on, so this codebase is useless now. If anyone's interested, I would recommend writing typescript types that represent the REST API, and corresponding functions that generate the OpenAPI yaml out of it. Check out kirbysayshi's excellent blog post about typed configuration for ideas.

API Client Library Helper

Build Status

A node package to help people write API client libraries, possibly even to generate them from JSON/RAML. Very much WIP right now. Needs to handle auth.

About

A package to help write API client libraries in Node

License:MIT License


Languages

Language:JavaScript 100.0%