sessionize_api
TypeScript icon, indicating that this package has built-in type declarations

0.3.7 • Public • Published

READ ME

This npm package helps you fetch JSON data from the Sessionize API. It is typed and we use Zod to validate the data.

If there is a problem with the types, please open an issue, or better yet, a PR. Zod will log an error if the data is not as expected. But it will still return the data, so you can handle it on your side if you want.

How to use

import { getSessions } from 'sessionize_api';

// SESSIONIZE_KEY is your sessionize API key
const sessions = await getSessions(SESSIONIZE_KEY);

Available functions

  • getAll: fetches all data
  • getScheduleGrid: fetches the schedule grid
  • getSessions: fetches all sessions
  • getSpeakers: fetches all speakers
  • getSpeakerWall: fetches the speaker wall

Package Sidebar

Install

npm i sessionize_api

Weekly Downloads

3

Version

0.3.7

License

MIT

Unpacked Size

120 kB

Total Files

54

Last publish

Collaborators

  • wigsnes