Skip to content

Commit

Permalink
chore(docs): update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Oct 12, 2024
1 parent ffadc9a commit 3205050
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ import "github.com/VictorAvelar/mollie-api-go/v4/mollie"

Package mollie is a wrapper around Mollie's REST API.

See: https://www.mollie.com/en/developers
See: https://www.mollie.com/developers

The Mollie API implements a Representational state transfer \(REST\) architecture.

Sounds technical, but it’s really quite easy. It mainly breaks down to HTTP\-methods GET, PATCH, POST and DELETE matching the operations to read, update, create and delete.

REST also implies a nice and clean structure for URLs or endpoints. This means you can reach any part of the Mollie API on https://api.mollie.com/v2/ adding the name of the resource you want to interact with.
The Mollie API is a straightforward REST API. This means all endpoints either create, retrieve, or update objects. API calls are authenticated with an \[API credential\]\(https://docs.mollie.com/reference/authentication\). In some cases, you can receive live updates via \[webhooks\]\(https://docs.mollie.com/reference/webhooks\).

## Index

Expand Down

0 comments on commit 3205050

Please sign in to comment.