You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Kyle Klaus edited this page Oct 9, 2017
·
1 revision
Since this is a stateless API, there isn't a /login endpoint you hit each time you want to talk to Solder. Instead you'll need to pass an access token as an authorization header of each request
GET /api/modpacks HTTP/1.1Authentication: Bearer some-token
There are two ways to get this access token. Either you can go through the whole OAuth sequence to get it; or you can have the user generate a Personal Access Token from their profile page and use that directly.