apicollective / Ui

Licence: mit
UI for https://www.apibuilder.io

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ui

Gulp Apidoc
📄 RESTful web API Documentation Generator
Stars: ✭ 60 (+650%)
Mutual labels:  api, apidoc
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+21025%)
Mutual labels:  api, apis
Health Checks Api
Standardize the way services and applications expose their status in a distributed application
Stars: ✭ 78 (+875%)
Mutual labels:  api, apidoc
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+12512.5%)
Mutual labels:  api, apis
Free gait
An Architecture for the Versatile Control of Legged Robots
Stars: ✭ 263 (+3187.5%)
Mutual labels:  api, apis
Adoc
📄🖊轻松的的 API MD文档编写工具
Stars: ✭ 92 (+1050%)
Mutual labels:  api, apidoc
Anyapi
AnyAPI is a library that helps you to write any API wrappers with ease and in pythonic way.
Stars: ✭ 126 (+1475%)
Mutual labels:  api, apis
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (+1800%)
Mutual labels:  api, apis
Coinapi Sdk
SDKs for CoinAPI
Stars: ✭ 238 (+2875%)
Mutual labels:  api, apis
Alpaca
Given a web API, Generate client libraries in node, php, python, ruby
Stars: ✭ 2,447 (+30487.5%)
Mutual labels:  api, apis
Neteasecloudmusicapi
网易云音乐 Node.js API service
Stars: ✭ 22,297 (+278612.5%)
Mutual labels:  api, apis
Qq Music Api
QQ 音乐API koa2实现
Stars: ✭ 320 (+3900%)
Mutual labels:  api, apis
Apidoc
RESTful API 文档生成工具,支持 Go、Java、Swift、JavaScript、Rust、PHP、Python、Typescript、Kotlin 和 Ruby 等大部分语言。
Stars: ✭ 785 (+9712.5%)
Mutual labels:  api, apidoc
Lambda Api
Lightweight web framework for your serverless applications
Stars: ✭ 929 (+11512.5%)
Mutual labels:  api
Homer Api
HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
Stars: ✭ 26 (+225%)
Mutual labels:  api
Lor
a fast, minimalist web framework for lua based on OpenResty
Stars: ✭ 930 (+11525%)
Mutual labels:  api
Go Base
Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
Stars: ✭ 928 (+11500%)
Mutual labels:  api
Date Info
API to let user fetch the events that happen(ed) on a specific date
Stars: ✭ 7 (-12.5%)
Mutual labels:  api
Ghreleases
Interact with the GitHub releases API.
Stars: ✭ 26 (+225%)
Mutual labels:  api
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+11487.5%)
Mutual labels:  api

Build Status

apidoc-ui

A fresh UI built using React + Redux for https://github.com/mbryzek/apidoc

Preview

APIDOC-UI-org

APIDOC-UI-model

APIDOC-UI-resource

Dev

UI Dev

yarn install
yarn start
http://localhost:8080/

yarn test
yarn flow

Before a Pull Request

yarn run check

App

yarn start

Deploy

Deploy will build and push to S3. You need to have ~/.aws/credentials setup with access to the S3 bucket for this

yarn deploy

Build Settings

APIDOC_HOST

PREFIX

  • prefix for js and css assets. Defaults to /
    • /assets

TITLE

  • The default title is APIDOC, this can be customized for a deployment
  • If specified this removes the github icon and link

Example:

> APIDOC_HOST='/my-api' PREFIX='/assets' TITLE='My Company' yarn build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].