This is a client to get GNIB appointments slots.
npm i gnib-ireland-client --save
import gnibIrelandClient from 'gnib-ireland-client';
const response = gnibIrelandClient.checkSlotsAvailability(gnibIrelandClient.Types.New, gnibIrelandClient.Categories.All); // new registration
// OR
const response = gnibIrelandClient.checkSlotsAvailability(gnibIrelandClient.Types.Renewal, gnibIrelandClient.Categories.All); // exiting registration renewal
-
New (for new registrations)
-
Renewal (for existing gnib registrations)
-
All (default)
-
Work
-
Other
-
Study
Let me know at https://github.com/ricardodantas/gnib-ireland-client/issues