Skip to content

Commit

Permalink
docs: remove todo section
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Dec 20, 2024
1 parent ad23f54 commit 6755860
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions packages/plantae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,3 @@ export default function AuthPlugin(): Plugin<{

- Plugins should have a clear name with `plantae-plugin-` prefix.
- Include `plantae-plugin` keywords in package.json.

## TODO

- Make 100% compatibility with Request & Response API.

Currently implemented:

````ts
export type AdapterRequest = Pick<
Request,
"body" | "headers" | "method" | "url" | "signal"
>;

export type AdapterResponse = Pick<
Response,
"body" | "headers" | "ok" | "status" | "statusText" | "url"
>;```
````

0 comments on commit 6755860

Please sign in to comment.