Overview
Summary
Contact
Donate
Imprint
Prompt for the
TweetHashtagView
Please create a React-JS view called "TweetHashtagView" for the fields of the TweetHashtag entity. The TweetHashtagView must contain the following fields: - name: Hashtag type: Hashtag - name: Tweet type: Tweet The data source for the [Hashtag] select control should be loaded from the relative URL: "/HashtagService/hashtag" (HTTP-GET) The data source for the [Tweet] select control should be loaded from the relative URL: "/TweetService/tweet" (HTTP-GET) An existing TweetHashtag entity should be loaded from the relative URL: "/HashtagService/tweethashtag/{id}" (HTTP-GET) If a new TweetHashtag entity has been created, the new entity should be posted to the relative URL: "/HashtagService/tweethashtag" (HTTP-POST) If an existing TweetHashtag entity has been updated, the modified entity should be sent to the relative URL: "/HashtagService/tweethashtag/{id}" (HTTP-PUT) If an existing TweetHashtag entity has to be deleted, the following relative URL should be called: "/HashtagService/tweethashtag/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint