Skip to content

iamdanthedev/api-central

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Central

1. Set blob storage connection string in your env:
export API_CENTRAL_CONN="DefaultEndpointsProtocol=https;....."
2. Push a file to API Central
npx api-central push my-service ./swagger.json

# or (default branch = current git branch)
npx api-central push my-service ./swagger.json
3. Pull an api file from API Central

dev is the fallback branch when there in no schema in API Central for the current branch

npx api-central pull my-service ./out-schema.json

About

Cross-project API management for rapid development

Resources

Stars

Watchers

Forks