2.3.1 • Published 1 year ago

@basmilius/http-client v2.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Http Client

This repository contains the source code for the Http client that I use in personal Vue projects. It requires you to create dto's for objects and services for api calls.

📦 Registry

  • The package is available under @basmilius/http-client.

⚠️ Requirements

  • Install Node.js ^22
  • Install pnpm using npm i -g pnpm.
  • Use pnpm install to install the required packages.
  • Use pnpm dev to start a build watcher for both targets.
  • Use pnpm build to build a production bundle.

🪵 Git

All commit messages and branches will be in English.

Branches

  • Main — Contains the latest stable release and is the exact source that is running in production.
  • Develop — Contains the latest staging release that is marked for deployment and is the exact source that is running on staging.
  • Feature branches — Any feature should have its own feature branch. Once complete, the branch should be merged into the develop branch and the feature branch should be deleted.
  • Bugfix branches — When a bug is found, it should be fixed within a bugfix branch. Once complete the branch should be merged into the develop branch and the feature branch should be deleted.

Commit messages

Commit messages are bound to the following templates:

  • <type>: <message>
  • <type>(<feature>): <message>
  • <type>(<feature>): <message> [<issue-number>]

Examples

  • feat(dto): adds clone function to clone dtos.
  • feat(http): implement put requests. [HTTP-123]
  • chore: applied default coding style.
1.13.0

1 year ago

1.12.0

1 year ago

1.5.5

1 year ago

1.9.0

1 year ago

1.8.0

1 year ago

1.5.3

2 years ago

1.7.0

1 year ago

1.5.2

2 years ago

1.6.0

1 year ago

1.5.1

2 years ago

1.5.0

2 years ago

2.3.0

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago

2.3.1

1 year ago

2.1.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago