Skip to content

Commit

Permalink
Merge pull request #735 from nevermined-io/feat/add-search-endpoint
Browse files Browse the repository at this point in the history
feat: add search endpoint
  • Loading branch information
eruizgar91 authored Nov 26, 2024
2 parents dd39011 + 82c3bab commit 1f76560
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/types/DDOTypes.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Babysig, ERCType, NeverminedNFTType } from '../types/GeneralTypes'
import { TxParameters } from '../models/Transactions'
import { NvmAccount } from '../models/NvmAccount'
import { AssetPrice } from '../models/AssetPrice'
import { NFTServiceAttributes, NFTAttributes } from '../models/NFTAttributes'
import { NFTAttributes, NFTServiceAttributes } from '../models/NFTAttributes'
import { NvmAccount } from '../models/NvmAccount'
import { TxParameters } from '../models/Transactions'
import { Babysig, ERCType, NeverminedNFTType } from '../types/GeneralTypes'

export interface Authentication {
type: string
Expand Down Expand Up @@ -192,6 +192,7 @@ export interface MetaDataExternalResource {
export const NeverminedQueryProtocolEndpoints: { [verb: string]: string }[] = [
{ POST: '/api/v1/agents/{DID}/tasks' },
{ GET: '/api/v1/agents/{DID}/tasks/(.*)' },
{ POST: '/api/v1/agents/search/subscriber/tasks' },
]

/**
Expand Down

0 comments on commit 1f76560

Please sign in to comment.