Skip to content

This repository contains the extended pocketbase code for gutenberghub write.

Notifications You must be signed in to change notification settings

CakeWP/gutenberghub-write-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gutenberghub Write API

This repository contains go api that extends the pocketbase as a framework. By extending we're adding the following enhancements in the pocketbase

  1. Rate Limiter: We will be limiting users who creates more than 50 records in a minute.
  2. Fields Query Parameter: Adds a new fields query parameter support, That basically allows explicitly selecting fields in each response. This will make the response much light-weight, and purposeful.

Build

Run the following command for building go executable:

go build main.go

Serve

Run the following command for serving pocketbase locally:

go run main.go serve

About

This repository contains the extended pocketbase code for gutenberghub write.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages