TayKangSheng / forem-api / ForemApi

This module contains shared functions to call Forem Api

Definition


type alias Config =
{ baseUrl : String
, headers : List Http.Header 
}

Shared config for all API calls

Config
    "https://dev.to"
    [ Http.header "accept" "application/vnd.forem.api-v1+json" ]