Overview
Summary
Contact
Donate
Imprint
Prompt for the
ExtremistGroupView
Please create a React-JS view called "ExtremistGroupView" for the fields of the ExtremistGroup entity. The ExtremistGroupView must contain the following fields: - name: ActiveFrom type: DATE - name: ActiveTo type: DATE - name: Country type: STRING - name: Description type: STRING - name: Ideology type: STRING - name: Name type: STRING - name: UsesDiscord type: BOOL An existing ExtremistGroup entity should be loaded from the relative URL: "/ServerMemberService/extremistgroup/{id}" (HTTP-GET) If a new ExtremistGroup entity has been created, the new entity should be posted to the relative URL: "/ServerMemberService/extremistgroup" (HTTP-POST) If an existing ExtremistGroup entity has been updated, the modified entity should be sent to the relative URL: "/ServerMemberService/extremistgroup/{id}" (HTTP-PUT) If an existing ExtremistGroup entity has to be deleted, the following relative URL should be called: "/ServerMemberService/extremistgroup/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint