Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0 1 0 #25

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions __test__/adapters/ticket-master.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { tmListEventsOut } from '../../src/adapters/ticket-master'
import assert from 'node:assert'

describe('TICKETMASTER', function () {
describe('#DISCOVER()', function () {
it('RETURN DATA', async function () {
const sched = await tmListEventsOut()({
args: [{ apiKey: process.env.TICKETMASTER_APIKEY }]
})
console.log(sched)
assert.ok(sched, 'fail', sched)
})
it('AUTENTICATE', async function () {
const sched = await tmListEventsOut()({
args: [{ apiKey: process.env.TICKETMASTER_APIKEY }]
})
if (JSON.parse(sched)?.fault?.faulString === 'Invalid Keysdd') {
console.log(JSON.parse(sched))
} else assert.ok(true)
})
})
})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,062 changes: 502 additions & 560 deletions dist/334.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/334.js.map

Large diffs are not rendered by default.

278 changes: 135 additions & 143 deletions dist/732.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/732.js.map

Large diffs are not rendered by default.

671 changes: 93 additions & 578 deletions dist/829.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/829.js.map

Large diffs are not rendered by default.

1,448 changes: 695 additions & 753 deletions dist/867.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/867.js.map

Large diffs are not rendered by default.

136,520 changes: 39,916 additions & 96,604 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

Binary file removed dist/main.wasm
Binary file not shown.
Loading