1.0.110 • Published 1 year ago

liblabtesttypescrypt v1.0.110

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

This code can be used as a client library for interacting with a movie API, allowing a developer to easily retrieve movie data and quotes in their application.

  • USAGE

1- Install the package from the registry: npm install liblabtesttypescrypt

2- Import into your project: import { LorConsumer} from 'liblabtesttypescrypt';

3- Create an instance of the class LorConsumer and pass the url const sdk = new LorConsumer("https://the-one-api.dev/v2");

4- Use the get_movies(), get_movie(movieid: string), or get_movie_quote(movieid: string) methods to retrieve data const movies = await lorConsumer.get_movies(); const movie = await lorConsumer.get_movie('');//Replace movie-id with the actual id of the movie, you can find the id from the get_movies call const quote = await lorConsumer.get_movie_quote('');////Replace movie-id with the actual id of the movie, you can find the id from the get_movies call

1.0.110

1 year ago

1.0.100

1 year ago

1.0.90

1 year ago

1.0.80

1 year ago

1.0.70

1 year ago

1.0.60

1 year ago

1.0.50

1 year ago

1.0.40

1 year ago

1.0.30

1 year ago

1.0.20

1 year ago

1.0.10

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago