colorfield / mastodon-api-php

PHP wrapper for the Mastodon API.
Apache License 2.0
25 stars 4 forks source link

Make OAuth optional to use the public API #11

Closed colorfield closed 1 year ago

colorfield commented 1 year ago

OAuth is not always necessary, see https://docs.joinmastodon.org/client/public/ (timeline, public accounts, ...) so make it optional.

Start with a failing test.