Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need API documents for top-level APIs #84

Closed
dawranliou opened this issue Aug 29, 2019 · 1 comment
Closed

Need API documents for top-level APIs #84

dawranliou opened this issue Aug 29, 2019 · 1 comment

Comments

@dawranliou
Copy link
Member

The following vars are imported to the coast ns. I wish we can add the API documents for these. I did the works to figure out which ones are not documented.

P.S. Since @swlkr is working on #77, we might need to port the docs manually into each repos.

coast.responses

    • ok
    • bad-request
    • not-found
    • unauthorized
    • server-error
    • redirect
    • flash

coast.error

    • raise
    • rescue

coast.db

    • q
    • pull
    • transact
    • delete
    • insert
    • update
    • first!
    • pluck
    • fetch
    • execute!
    • find-by
    • transaction

coast.db.connection

    • connection

coast.validation

    • validate

coast.components

    • csrf
    • form
    • js
    • css

coast.router

    • routes
    • wrap-routes
    • prefix-routes
    • with
    • with-prefix

coast.middleware

    • wrap-with-layout
    • with-layout
    • wrap-layout
    • site-routes
    • site
    • api-routes
    • api
    • content-type?

coast.theta

    • server
    • app
    • url-for
    • action-for
    • redirect-to
    • form-for

coast.env

    • env

coast.jobs

    • queue

coast.utils

    • uuid
    • intern-var
    • xhr?

coast.time2

    • now
    • datetime
    • instant
    • strftime

hiccup2.core

    • raw
    • html
@dawranliou
Copy link
Member Author

Let's close this one 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant