1.0.110 • Published 3 years ago

liblabtesttypescrypt v1.0.110

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.0.100

3 years ago

1.0.90

3 years ago

1.0.80

3 years ago

1.0.70

3 years ago

1.0.60

3 years ago

1.0.50

3 years ago

1.0.40

3 years ago

1.0.30

3 years ago

1.0.20

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago