MCPcopy
hub / github.com/uselotus/lotus / get

Method get

backend/metering_billing/views/views.py:298–305  ·  view source on GitHub ↗

Get the current settings for the organization.

(self, request, format=None)

Source from the content-addressed store, hash-verified

296 permission_classes = [IsAuthenticated | ValidOrganization]
297
298 def get(self, request, format=None):
299 """
300 Get the current settings for the organization.
301 """
302 organization = request.organization
303 return Response(
304 {"organization": organization.organization_name}, status=status.HTTP_200_OK
305 )
306
307
308class ChangeUserOrganizationView(APIView):

Callers 15

__call__Method · 0.45
get_keyMethod · 0.45
setup_demo3Function · 0.45
setup_demo4Function · 0.45
setup_paas_demoFunction · 0.45
authenticateMethod · 0.45
get_taxjar_tax_ratesFunction · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls