An open API service indexing awesome lists of open source software.

https://github.com/bcbi/predictmdapi.jl

Abstract types, traits, and functions that define the PredictMD application programming interface (API)
https://github.com/bcbi/predictmdapi.jl

Last synced: 7 months ago
JSON representation

Abstract types, traits, and functions that define the PredictMD application programming interface (API)

Awesome Lists containing this project

README

          

# PredictMDAPI







Bors enabled






Coverage Status

The PredictMDAPI package provides the abstract types, traits, and functions that define the [PredictMD](https://predictmd.net) application programming interface (API).

This is a very lightweight package. It has no dependencies. The only lines of code are:
- Abstract types, i.e. `abstract type Foo end`
- Immutable composite types with no fields, i.e. `struct Bar <: Foo end`
- Function stubs, i.e. `function hello end`