Skip to content

Commit 3af1e92

Browse files
authored
Update README.md
Signed-off-by: Robert Smith <[email protected]>
1 parent 54d1f87 commit 3af1e92

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@ This project embodies our vision of a world where collaboration leads to greater
1010

1111
This project is the core community building portion of the Better Together platform.
1212

13-
## Joatu Requests and Offers
14-
15-
The Joatu module enables community members to post service **requests** and **offers** and to create agreements between them.
16-
17-
### Endpoints
18-
19-
- `POST /:locale/joatu/requests` — create a request
20-
- `POST /:locale/joatu/offers` — create an offer
21-
- `POST /:locale/joatu/agreements` — create an agreement between an offer and a request
22-
- `POST /:locale/joatu/agreements/:id/reject` — reject an agreement
23-
24-
Each endpoint expects parameters nested under the matching resource name. For example:
25-
26-
```bash
27-
curl -X POST /en/joatu/requests \\
28-
-d 'request[name]=Repair help' \\
29-
-d 'request[description]=Need bike fixes' \\
30-
-d 'request[creator_id]=<person_uuid>'
31-
```
32-
3313
## Dependencies
3414

3515
In addition to other dependencies, the Better Together Community Engine relies on Action Text and Action Storage, which are part of the Rails framework. These dependencies are essential for handling rich text content and file storage within the platform.

0 commit comments

Comments
 (0)