Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sky API Description

Convenience wrapper for Sky API Descriptions

import { Description } from "@dashkite/sky-api-description"

# implict discovery
description = await Description.from { request }

# URL target decoding based on description templates
{ name, bindings } = description.decode request

# simplified and normalized accessors
contentType = description
	.resources
  .blogs
  .methods
  .post
  .response["content-type"]

Features

  • Explicit and implicit discovery
  • Supports Sublime Request format
  • Normalized and simplified description accessors

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages