You can enforce authentication to the model view by adding which of the following to the view class?
IsAuthenticated
Authenticated=false
Authenticated=true
ForceAuthentication=true
A REST API needs to have a ________ to convert models into JSON format.
translator
serializer
deserializer
Complete the following sentence: Token-based authentication is suitable for ___________.
testing purposes
untrusted clients
AJAX clients
client-server setups
True or false: Insomnia’s browser extension has all the same features as its desktop application.
True
False
Which of the following is an API testing tool? Select all that apply.
Git
Curl
Insomnia
Postman
True or False: Testing before releasing to production is crucial to proper software development.
True
False
True or False: When building an API it is best to let one API handle many tasks to save on resources.
True
False
True or false: For organizational purposes it is best to keep an application all together inside one application.
True
False
What method is used in a unit test to confirm that a piece of data is of a specific type, like a string?
assertType
assertIsString
assertIsInstance
assertIsType
Which of the following defines the process of a user logging in?
serialization
credentials
authentication
authorization