1.0.110 • Published 2 years ago

liblabtesttypescrypt v1.0.110

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

2 years ago

1.0.100

2 years ago

1.0.90

2 years ago

1.0.80

2 years ago

1.0.70

2 years ago

1.0.60

2 years ago

1.0.50

2 years ago

1.0.40

2 years ago

1.0.30

2 years ago

1.0.20

2 years ago

1.0.10

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago