diff --git a/resources/views/site/developer.blade.php b/resources/views/site/developer.blade.php new file mode 100644 index 000000000..6d52d3966 --- /dev/null +++ b/resources/views/site/developer.blade.php @@ -0,0 +1,66 @@ +@extends('site.partial.template') + +@section('section') + +
+

Developer API

+
+
+
+

Developers can use PixelFed APIs to build rich experiences and extend PixelFed in new ways.

+
+
+
+
CLASSIC API v1.0
+
+
    +
  • Mastodon/Pleroma Compatible
  • +
  • OAuth App support
  • +
  • Developer Dashboard
  • +
  • Developer Tools
  • +
+
+ +
+
+
+
+
PIXELFED API v1.1
+
+
    +
  • Classic REST API
  • +
  • Advanced Create API
  • +
  • Discover API
  • +
  • Stories API
  • +
+
+ +
+
+ +
+
+@endsection + +@push('meta') + +@endpush