Skip to content

Commit

Permalink
Merge branch 'main' of github.com:friggframework/api-module-library i…
Browse files Browse the repository at this point in the history
…nto FRI-398_Update-Stripe-to-v1
  • Loading branch information
igorschechtel committed Aug 14, 2024
2 parents 3905440 + be13146 commit 2753535
Show file tree
Hide file tree
Showing 768 changed files with 1,397 additions and 1,402 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Frigg API Module Library

Overview

Welcome to the Frigg API Module Library! This repository contains all the API modules ready to connect third-party services with Frigg.

To view our API Modules, please visit the [v1-ready directory](https://github.com/friggframework/api-module-library/tree/main/packages/v1-ready).

As part of our efforts to streamline development and prepare for future growth, we’ve made some significant changes to how our API Modules are organized and maintained.

## Directory Structure

### v1-ready API Modules
These [v1-ready API Modules](https://github.com/friggframework/api-module-library/tree/main/packages/v1-ready) are refactored and optimized to align with the new, simplified architecture of Frigg v1. They are designed to be more intuitive, easier to integrate, and provide better performance.

### Older API Modules

The [needs-updating directory](https://github.com/friggframework/api-module-library/tree/main/packages/needs-updating) contains our original API modules that were included in the v0 Frigg repository. These modules are not ready to work with Frigg v1. If your project is still using
Frigg v0, these modules should work.


Thank you for your interest in the Frigg project! We’re excited to see how the community will continue to grow and improve these API modules. If you have any questions or need assistance, feel free to [contact us](https://docs.friggframework.org/support/support).

**~ The Frigg Maintainers** (Should we start a band?)
1,673 changes: 1,107 additions & 566 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"author": "seanspeaks <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/*"
"packages/needs-updating/*",
"packages/v1-ready/*"
],
"devDependencies": {
"@auto-it/all-contributors": "^11.1.2",
Expand Down
6 changes: 0 additions & 6 deletions packages/crossbeam/README.md

This file was deleted.

312 changes: 0 additions & 312 deletions packages/crossbeam/manager.js

This file was deleted.

21 changes: 0 additions & 21 deletions packages/crossbeam/models/credential.js

This file was deleted.

9 changes: 0 additions & 9 deletions packages/crossbeam/models/entity.js

This file was deleted.

Loading

0 comments on commit 2753535

Please sign in to comment.