0.1.2 • Published 4 months ago

@guajiritos/rest-full-service v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Guajiritos Rest Full Service

Servicio que contiene las funcionalidades básicas para el trabajo con las peticiones HTTP de Guajiritos SRL.

Instalación

Con npm

npm i @guajiritos/rest-full-service --save

Con yarn

yarn add @guajiritos/rest-full-service

Uso

import {Injectable, Injector} from '@angular/core';

import {RestFullService} from "@guajiritos/rest-full-service";

@Injectable()
export class AgencyService extends RestFullService<any> {
  constructor(
    injector: Injector
  ) {
    super(injector);
  }

  override url: string = 'https://www.guajiritos.com/';
  override urlId: string = 'https://www.guajiritos.com/:id';
}
0.1.0

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.0.14

4 months ago

0.0.10

11 months ago

0.0.11

7 months ago

0.0.12

6 months ago

0.0.13

6 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.5

12 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago