Overview
Summary
Contact
Donate
Imprint
Prompt for the
TrendTopicView
Please create a React-JS view called "TrendTopicView" for the fields of the TrendTopic entity. The TrendTopicView must contain the following fields: - name: AsOf type: STRING - name: Name type: STRING - name: PromotedContent type: STRING - name: Query type: STRING - name: TrendLocation type: TrendLocation - name: Url type: STRING The data source for the [TrendLocation] select control should be loaded from the relative URL: "/TrendLocationService/trendlocation" (HTTP-GET) An existing TrendTopic entity should be loaded from the relative URL: "/TrendLocationService/trendtopic/{id}" (HTTP-GET) If a new TrendTopic entity has been created, the new entity should be posted to the relative URL: "/TrendLocationService/trendtopic" (HTTP-POST) If an existing TrendTopic entity has been updated, the modified entity should be sent to the relative URL: "/TrendLocationService/trendtopic/{id}" (HTTP-PUT) If an existing TrendTopic entity has to be deleted, the following relative URL should be called: "/TrendLocationService/trendtopic/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint