Skip to content

ramfox/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archivers-api

An Archivers 2.0 joint

archivers-api is a json api for archivers 2.0 proposed services. you can hit it at api.archivers.space. It's written in go.

Documentation is at docs.archivers.space

Running locally

Ok, this is a work-in-progress, but if you have docker & docker-compose installed you should be able to clone this repo & run: docker-compose build && docker-compose up from the project directory, and prove it works by visiting http://localhost:3200/v0/urls from a browser, where you should get a JSON response of urls.

Right now modifying & updating code is a huge pain, but this is at least a start.

Generating Documentation

  1. Install spectacle
  2. Dev with spectacle -d open_api.yaml, editing open_api.yaml to make dem changes
  3. Generate Static docs with spectacle open_api.yaml
  4. Commit. Rinse. Repeat.

About

Serves the Data Together JSON API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.5%
  • CSS 30.0%
  • Go 14.9%
  • JavaScript 2.4%
  • Dockerfile 0.2%