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

feat: webhooks for templates [DEV-1387] #20

Merged
merged 7 commits into from
Sep 20, 2022
Merged

Conversation

nikoszaf41
Copy link
Member

No description provided.

@vercel
Copy link

vercel bot commented Jul 29, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
integration-guides ✅ Ready (Inspect) Visit Preview Sep 20, 2022 at 10:29AM (UTC)

@@ -0,0 +1,292 @@
import { Event } from './models';

export const events: Event[] = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this file is only used for mocking data I think its best if you simply put the json object in a mockdata/events.json file instead of a typescript file.
Then read the file and return its content as json

That would allow us to create more mock data in the future and will keep typescript source code cleaner

@nikoszaf41 nikoszaf41 changed the title feat: hooks for templates [DEV-1387] feat: webhooks for templates [DEV-1387] Sep 20, 2022
@nikoszaf41 nikoszaf41 merged commit aa07ff0 into main Sep 20, 2022
@nikoszaf41 nikoszaf41 deleted the hooksForTemplates branch September 20, 2022 10:37
@github-actions
Copy link

🎉 This PR is included in version 0.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants