Clyng57 / uri

URI class that can be used on relative URIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URI

JavaScript Style Guide

URI class that can be used on relative URIs.


Table of Contents


Install

npm i @neumatter/uri

Usage

import URI from '@neumatter/uri'

const uri = new URI('https://example.com/schemas/address#/properties/street_address')
// do something with uri
import URI from '@neumatter/uri'

const uri = new URI('#/properties/street_address')
// do something with uri
import URI from '@neumatter/uri'

const uri = new URI('/schemas/address')
// do something with uri

About

URI class that can be used on relative URIs.

License:MIT License


Languages

Language:JavaScript 100.0%