-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:friggframework/api-module-library i…
…nto FRI-398_Update-Stripe-to-v1
- Loading branch information
Showing
768 changed files
with
1,397 additions
and
1,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.