Skip to content

Commit

Permalink
API word renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent 92f90e4 commit c61075c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/appier/base.py
Expand Up @@ -95,7 +95,7 @@
LEVEL = None
""" The global reference to the (parsed/processed) debug
level that is going to be used for some core assumptions
in situations where no app is created (eg: api clients) """
in situations where no app is created (eg: API clients) """

NAME = "appier"
""" The name to be used to describe the framework while working
Expand Down Expand Up @@ -138,7 +138,7 @@

API_VERSION = 1
""" The incremental version number that may be used to
check on the level of compatibility for the api """
check on the level of compatibility for the API """

BUFFER_SIZE = 32768
""" The size of the buffer so be used while sending data using
Expand All @@ -156,11 +156,11 @@

RUNNING = "running"
""" The running state for the app, indicating that the
complete api set is being served correctly """
complete API set is being served correctly """

STOPPED = "stopped"
""" The stopped state for the app, indicating that some
of the api components may be down """
of the API components may be down """

CACHE_CONTROL = "private, no-cache, no-store, must-revalidate"
""" The default/fallback value that is going to be used in the
Expand Down

0 comments on commit c61075c

Please sign in to comment.