Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 951 Bytes

flamework-api

These are drop-in libraries for adding an API endpoint to a Flamework project.

It includes libraries and webpages for dispatching API requests and responses as well as creating and managing API keys.

There is also support for authenticated API methods using cookies (not really useful for third-party things) and OAuth2 access tokens (which means you've got a site that uses SSL).

You can either install all of the files manually or you can the bin/setup.sh script which will install most of the relevant bits automatically and make a note of the stuff you'll see need to do yourself.

Important

This package is no longer maintained. All of this work has been merged in to sfomuseum/flamework.

See also