Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
75 lines (45 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 1.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2021-04-19

Added

  • .authenticated
  • .ensureAuthenticated()
  • .repositories.getUserRepository()
  • .repositories.createUserRepository()
  • Automatic authentication on calls if not authenticated
  • Add tests
  • API documentation

Changed

  • Export named properties
  • Calls return axios response object
  • Change argument validation from ow to joi
  • Maintenance updates

1.2.0 - 2020-06-16

Added

  • Expose axios instance under .axios

1.1.0 - 2019-06-25

Added

  • Package manager

Changed

  • Change HTTP client from gotto axios
  • Maintenance updates

1.0.0 - 2019-03-14

Added

  • Basic API

Authentication

  • .authenticate()

Low-level calls

  • .put()
  • .post()
  • .get()
  • .delete()

Information

  • .user