mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
docs/api: also link to old docs for now
This commit is contained in:
parent
d6929b0758
commit
a86a96d8ce
2 changed files with 3 additions and 1 deletions
|
@ -18,5 +18,5 @@ currently, there is no publicly accessible main api. we plan on providing a publ
|
||||||
cobalt 10 in some form in the future. we recommend deploying your own instance if you wish
|
cobalt 10 in some form in the future. we recommend deploying your own instance if you wish
|
||||||
to use the latest api. you can access [the documentation](/docs/api.md) for it here.
|
to use the latest api. you can access [the documentation](/docs/api.md) for it here.
|
||||||
|
|
||||||
if you are looking for documentations for version 7.x api, you can find
|
if you are looking for the documentation for the old (7.x) api, you can find
|
||||||
it [here](https://github.com/imputnet/cobalt/blob/7/docs/api.md)
|
it [here](https://github.com/imputnet/cobalt/blob/7/docs/api.md)
|
|
@ -1,6 +1,8 @@
|
||||||
# cobalt api documentation
|
# cobalt api documentation
|
||||||
this document provides info about methods and acceptable variables for all cobalt api requests.
|
this document provides info about methods and acceptable variables for all cobalt api requests.
|
||||||
|
|
||||||
|
> if you are looking for the documentation for the old (7.x) api, you can find
|
||||||
|
> it [here](https://github.com/imputnet/cobalt/blob/7/docs/api.md)
|
||||||
<!-- TODO: authorization -->
|
<!-- TODO: authorization -->
|
||||||
|
|
||||||
## POST: `/`
|
## POST: `/`
|
||||||
|
|
Loading…
Reference in a new issue